Handling exceptions
-
How can I manage my exceptions from file App\Exception\Handler.php? Currently Bagisto capturing all exceptions. Thank you
-
Hello,
We have created a separate file for exception handling.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Exceptions/Handler.php
and this is bind -
you need to remove given line code and it will work according to you.
Note -> We don't advice you to change in core packages, it will create a problem on a new version.
Thanks
Rahul Shukla