feat : basic

This commit is contained in:
2024-11-12 11:02:38 +08:00
parent 235acbea9c
commit a9f81888b7
26 changed files with 342 additions and 209 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Exception;
use Hyperf\Server\Exception\ServerException;
class ErrException extends ServerException
{
}