Skip to content

Commit

Permalink
add ModelNotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Sep 4, 2015
1 parent b509aa9 commit 7189d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Handler extends ExceptionHandler
*/
protected $dontReport = [
'Symfony\Component\HttpKernel\Exception\HttpException',
'Illuminate\Database\Eloquent\ModelNotFoundException',
];

/**
Expand Down

0 comments on commit 7189d8b

Please sign in to comment.