This commit is contained in:
2023-12-21 22:01:33 +08:00
parent 439bb4afd1
commit 4d44f0206c
14 changed files with 506 additions and 20 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace App\Exceptions;
class AppException extends \Exception
{
}