rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 38 forks source link

Class 'App\Exceptions\Handler' not found #56

Closed ArturMoczulski closed 6 years ago

ArturMoczulski commented 6 years ago

@tiran133 reported the following commit breaks his app: https://github.com/rollbar/rollbar-php-laravel/commit/b9ce5ef82d0d8664063a6ebb6c1143730b86b26a#commitcomment-30114382

Assuming App\Exceptions\Handler exists in user's app is too much of a stretch. We need a different solution for registering an automatic exception handler.

ArturMoczulski commented 6 years ago

Okay. This should be fixed in master now.