Skip to content

Commit

Permalink
Allow new excluded_exceptions config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed Apr 19, 2018
1 parent a835577 commit 3b2d2fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -72,6 +72,9 @@ public function getConfigTreeBuilder()
->arrayNode('exclude')
->prototype('scalar')->end()
->end()
->arrayNode('excluded_exceptions')
->prototype('scalar')->end()
->end()
->scalarNode('http_proxy')->defaultNull()->end()
->arrayNode('extra')
->prototype('scalar')->end()
Expand Down

0 comments on commit 3b2d2fe

Please sign in to comment.