Lae/app/Exceptions/CommonException.php

11 lines
101 B
PHP
Raw Normal View History

2022-08-13 08:37:17 +00:00
<?php
namespace App\Exceptions;
use Exception;
class CommonException extends Exception
{
//
}