Lae/app/Exceptions/ChargeException.php

10 lines
100 B
PHP
Raw Normal View History

2022-10-07 05:15:08 +00:00
<?php
namespace App\Exceptions;
use Exception;
class ChargeException extends Exception
{
//
}