Lae/app/Exceptions/ChargeException.php

11 lines
101 B
PHP
Raw Normal View History

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