Skip to content

Commit 962bba7

Browse files
authored
Merge pull request #84 from bartosz-foremniak/patch-6
shouldExceptionCaptureBeSkipped method visibilty
2 parents 986a080 + f267d3c commit 962bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/ExceptionListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function onConsoleException(ConsoleExceptionEvent $event)
142142
$this->client->captureException($exception, $data);
143143
}
144144

145-
private function shouldExceptionCaptureBeSkipped(\Exception $exception)
145+
protected function shouldExceptionCaptureBeSkipped(\Exception $exception)
146146
{
147147
foreach ($this->skipCapture as $className) {
148148
if ($exception instanceof $className) {

0 commit comments

Comments
 (0)