Lae/app/Exceptions/PaymentException.php

11 lines
102 B
PHP
Raw Normal View History

2022-09-01 09:48:29 +00:00
<?php
namespace App\Exceptions;
use Exception;
class PaymentException extends Exception
{
//
}