custom exception of Laravel is not working as expected
I am working with the Laravel 9 application. I have created a custom Exception. I want to report the General Exception to the sentry and this custom Exception to another vendor like Papertrail. The Handler.php is not calling the reportable…