You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (null !== $defaultException && !$defaultExceptioninstanceof Exception) {
210
210
@trigger_error('Clients may only throw exceptions of type '.Exception::class.'. Setting an exception of class '.get_class($defaultException).' will not be possible anymore in the future', E_USER_DEPRECATED);
@@ -223,7 +223,7 @@ public function addResponse(ResponseInterface $response)
223
223
/**
224
224
* Sets the default response to be returned when the list of added exceptions and responses is exhausted.
0 commit comments