Skip to content

Commit

Permalink
Merge pull request #614 from Samuell1/patch-18
Browse files Browse the repository at this point in the history
Removed duplicate classes in exceptions handler
  • Loading branch information
daftspunk committed Jun 7, 2023
2 parents b9a0e26 + 717eee4 commit c31b8ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Foundation/Exception/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class Handler extends ExceptionHandler
\October\Rain\Exception\ForbiddenException::class,
\October\Rain\Exception\ValidationException::class,
\October\Rain\Exception\ApplicationException::class,
\Illuminate\Database\Eloquent\ModelNotFoundException::class,
\Symfony\Component\HttpKernel\Exception\HttpException::class,
];

/**
Expand Down

0 comments on commit c31b8ac

Please sign in to comment.