invoiceninja/app/Exceptions/GenericPaymentDriverFailure.php

12 lines
131 B
PHP
Raw Normal View History

2020-06-10 15:21:11 +10:00
<?php
namespace App\Exceptions;
use Exception;
use Throwable;
class GenericPaymentDriverFailure extends Exception
{
// ..
}