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
#1305 added support for providing a type for the exception variable. However, not all types are valid there. I believe you can throw an exception object, or a string. So, we should find a way to validate the type there to ensure it conforms to the necessary structure.
The text was updated successfully, but these errors were encountered:
#1305 added support for providing a type for the exception variable. However, not all types are valid there. I believe you can throw an exception object, or a string. So, we should find a way to validate the type there to ensure it conforms to the necessary structure.
The text was updated successfully, but these errors were encountered: