10 lines
140 B
PHP
10 lines
140 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace KupShop\BankAutoPaymentBundle\Exceptions;
|
|
|
|
class EverifinPaymentException extends \Exception
|
|
{
|
|
}
|