Update ApiException class namespace.

This commit is contained in:
Amast 2019-10-31 15:58:12 +08:00
parent 03eb671815
commit 8d59abf78c

View File

@ -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
{
/**
* 返回到接口的验证码