File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -460,11 +460,11 @@ $this->without(['foo', 'baz']);
460460 href="https://github.com/mvc5/mvc5/blob/master/src/Route/Dispatch/Router.php#L108">assigned</a> to the
461461 request by the router. The <a href="https://github.com/mvc5/mvc5/blob/master/src/Request/Error/Controller.php#L43">error
462462 controller</a> will then return the HTTP <a href="https://github.com/mvc5/mvc5/blob/master/src/Http/Error.php">Error</a>
463- as a <a href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonErrorResponse.php">JSON response </a> when
463+ as a JSON <a href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonErrorResponse.php">Response </a> when
464464 the request accept header is <code class="highlighter-rouge">application/json</code>. Similarly, when an exception
465465 is thrown, the <a href="https://github.com/mvc5/mvc5/blob/master/config/event.php#L7"><code
466- class="highlighter-rouge">response\exception</code></a> function will return a <a
467- href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonExceptionResponse.php">JSON response </a>
466+ class="highlighter-rouge">response\exception</code></a> function will return a JSON <a
467+ href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonExceptionResponse.php">Response </a>
468468 containing an empty exception message. Alternatively, in development, the <a
469469 href="https://github.com/mvc5/mvc5-application/blob/master/config/config.php#L9">debug</a> configuration
470470 parameter can be set to true to <a
You can’t perform that action at this time.
0 commit comments