We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d33bec commit e820faaCopy full SHA for e820faa
src/Codeception/Lib/Connector/Laravel5/ExceptionHandlerDecorator.php
@@ -49,6 +49,17 @@ public function report(Exception $e)
49
{
50
$this->laravelExceptionHandler->report($e);
51
}
52
+
53
+ /**
54
+ * Determine if the exception should be reported.
55
+ *
56
+ * @param \Exception $e
57
+ * @return bool
58
+ */
59
+ public function shouldReport(Exception $e)
60
+ {
61
+ return $this->exceptionHandlingDisabled;
62
+ }
63
64
/**
65
* @param $request
0 commit comments