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 8a43128 commit 0500f93Copy full SHA for 0500f93
Tests/SymfonyRollbarBundle/DependencyInjection/ConfigurationTest.php
@@ -23,6 +23,7 @@ public function testParameters()
23
$exclude = Configuration::$exclude;
24
$exclude[] = '\SymfonyRollbarBundle\Tests\Fixtures\MyAwesomeException';
25
$exclude[] = '\ParseError';
26
+ $exclude[] = '\Symfony\Component\HttpKernel\Exception\HttpExceptionInterface';
27
28
$default = [
29
'enable' => true,
0 commit comments