Skip to content

Commit 14c6c8d

Browse files
56: a custom exception handler is not needed as Laravel calls \Log:: by default anyway
1 parent b9ce5ef commit 14c6c8d

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

src/ExceptionHandler.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/RollbarServiceProvider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Rollbar\Laravel\MonologHandler;
77
use Rollbar\RollbarLogger;
88
use Rollbar\Rollbar;
9-
use Illuminate\Contracts\Debug\ExceptionHandler as LaravelExceptionHandlerContract;
10-
use Rollbar\Laravel\ExceptionHandler;
119

1210
class RollbarServiceProvider extends ServiceProvider
1311
{
@@ -57,11 +55,6 @@ public function register()
5755

5856
return $handler;
5957
});
60-
61-
$this->app->bind(
62-
LaravelExceptionHandlerContract::class,
63-
ExceptionHandler::class
64-
);
6558
}
6659

6760
/**

0 commit comments

Comments
 (0)