invoiceninja/app/Exceptions/GenericPaymentDriverFailure.php

11 lines
116 B
PHP
Raw Normal View History

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