How to raise an error? #54
-
I see try/catch, but can't find how to actually raise an error. Is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
It's not possible at the moment, other than using assertions or deliberately doing something invalid. IIRC I was about to work on As things stand |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
throw
is now available, added in #57.