invoiceninja/app/Exceptions/GenericPaymentDriverFailure...

11 lines
116 B
PHP

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