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
{
// ..
}