1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Exceptions/GenericPaymentDriverFailure.php
2020-06-10 15:21:11 +10:00

12 lines
131 B
PHP

<?php
namespace App\Exceptions;
use Exception;
use Throwable;
class GenericPaymentDriverFailure extends Exception
{
// ..
}