11
This commit is contained in:
@ -27,6 +27,7 @@ class Handler extends ExceptionHandler
|
||||
*/
|
||||
public function register(): void
|
||||
{
|
||||
|
||||
$this->renderable(function (NotFoundHttpException $e, Request $request) {
|
||||
return ReplyService::error( 'record not find');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user