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
Currently exception strings are quite messy both in terms of content and nomenclature. Also exception emission behaviour in builtins is not consistent, with the conditions checked for differing quite a lot.
Generally, an exception should be thrown if
Too few arguments were provided to a function or syntax form.
Arguments have unexpected types.
Some type of internal error condition occurs (I/O error, resource allocation fails, out-of-bounds).
The text was updated successfully, but these errors were encountered:
Currently exception strings are quite messy both in terms of content and nomenclature. Also exception emission behaviour in builtins is not consistent, with the conditions checked for differing quite a lot.
Generally, an exception should be thrown if
The text was updated successfully, but these errors were encountered: