jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Exception changes in Laravel 5.3 #63

Closed maki10 closed 7 years ago

maki10 commented 7 years ago

Exception $e changed to Exception $exception in Laravel 5.3

ganey commented 7 years ago

for reference, the change is here: laravel/laravel

In my local copy of 5.3.4 it is still $e, but newer installs are $exception

jenssegers commented 7 years ago

Merged in #76