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
Getting type error mismatching when a non-Exception throwable is thrown:
TypeError : Argument 1 passed to SMartins\Exceptions\Handlers\AbstractHandler::__construct() must be an instance of Exception, instance of TypeError given, called in [....]/sfelix-martins/json-exception-handler/src/JsonHandler.php on line 20
__construct() needs to be updated to accept \Throwable types.
The text was updated successfully, but these errors were encountered:
Getting type error mismatching when a non-Exception throwable is thrown:
__construct() needs to be updated to accept
\Throwable
types.The text was updated successfully, but these errors were encountered: