2.7 - Getting Started with Validation Testing

This commit is contained in:
Adam Wathan
2016-11-09 14:48:09 -05:00
parent c7837af96a
commit 4b11c973ea
3 changed files with 27 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ class Handler extends ExceptionHandler
*/
public function render($request, Exception $exception)
{
throw $exception;
return parent::render($request, $exception);
}