LuluFJ.Ho hace 3 años
padre
commit
62be083842
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      app/Exceptions/Handler.php

+ 2
- 1
app/Exceptions/Handler.php Ver fichero

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