Update ApiException class namespace.
This commit is contained in:
parent
03eb671815
commit
8d59abf78c
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
namespace PdToolKit\Exceptions;
|
||||
|
||||
use Exception;
|
||||
use Throwable;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
|
||||
class ApiException extends \Exception
|
||||
class ApiException extends Exception
|
||||
{
|
||||
/**
|
||||
* 返回到接口的验证码
|
||||
|
|
Loading…
Reference in New Issue
Block a user