1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/app/Exceptions/GenericPaymentDriverFailure.php

11 lines
116 B
PHP
Raw Normal View History

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