The method getThrowable() does not exist on Gvera\Events\Event. It seems like you code against a sub-type of Gvera\Events\Event such as Gvera\Events\ThrowableFiredEvent.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method getHttpResponse() does not exist on Gvera\Events\Event. It seems like you code against a sub-type of Gvera\Events\Event such as Gvera\Events\ThrowableFiredEvent.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method isDevMode() does not exist on Gvera\Events\Event. It seems like you code against a sub-type of Gvera\Events\Event such as Gvera\Events\ThrowableFiredEvent.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
26
if ($event->/** @scrutinizer ignore-call */ isDevMode()) {