0 votes
in Laravel by
Which class is used to handle exceptions?

1 Answer

0 votes
by

Laravel exceptions are handled by App\Exceptions\Handler class.

...