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
Describe the bug
Currently, many different items are thrown, strings, objects, errors, etc.
These are then handled using if conditions and type checks.
Errors should be standardized, and new Error classes derived from Error should be thrown.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, many different items are thrown, strings, objects, errors, etc.
These are then handled using if conditions and type checks.
Errors should be standardized, and new Error classes derived from
Error
should be thrown.The text was updated successfully, but these errors were encountered: