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 8c41dc5 commit 07faec3Copy full SHA for 07faec3
OptionsResolver.php
@@ -861,6 +861,9 @@ public function offsetGet($option)
861
} catch (\Exception $e) {
862
unset($this->calling[$option]);
863
throw $e;
864
+ } catch (\Throwable $e) {
865
+ unset($this->calling[$option]);
866
+ throw $e;
867
}
868
869
// END
@@ -963,6 +966,9 @@ public function offsetGet($option)
963
966
964
967
965
968
969
970
971
972
973
974
0 commit comments