阶段性更新
This commit is contained in:
@@ -13,7 +13,6 @@ class Handler extends ExceptionHandler
|
||||
* @var array
|
||||
*/
|
||||
protected $dontReport = [
|
||||
ApiException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -32,7 +31,6 @@ class Handler extends ExceptionHandler
|
||||
*/
|
||||
public function report(Exception $exception)
|
||||
{
|
||||
info($exception->getMessage());
|
||||
parent::report($exception);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user