feat : basic
This commit is contained in:
10
app/Exception/ErrException.php
Normal file
10
app/Exception/ErrException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
use Hyperf\Server\Exception\ServerException;
|
||||
|
||||
class ErrException extends ServerException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user