first commit
This commit is contained in:
12
Swoft_BackEndApi/app/Exception/ApiException.php
Executable file
12
Swoft_BackEndApi/app/Exception/ApiException.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace App\Exception;
|
||||
|
||||
/**
|
||||
* Class ApiException
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class ApiException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user