Procházet zdrojové kódy

Merge branch 'dev' into pre

LuluFJ.Ho před 3 roky
rodič
revize
9bba289daf
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      app/Exceptions/Handler.php

+ 0
- 1
app/Exceptions/Handler.php Zobrazit soubor

57
 
57
 
58
     public function handleApiException(Throwable $exception)
58
     public function handleApiException(Throwable $exception)
59
     { 
59
     { 
60
-        dd($exception);
61
         // Route Not Found 404
60
         // Route Not Found 404
62
         if ($exception instanceof RouteNotFoundException) {
61
         if ($exception instanceof RouteNotFoundException) {
63
             return $this->apiExceptionResponse($exception, Response::HTTP_NOT_FOUND, config('response-message.router_failed'));
62
             return $this->apiExceptionResponse($exception, Response::HTTP_NOT_FOUND, config('response-message.router_failed'));