presidentbeef / brat

Brat is a little language for people who don't like to be told what to do.
https://www.brat-lang.info/
93 stars 6 forks source link

Make real exceptions #1

Closed presidentbeef closed 15 years ago

presidentbeef commented 15 years ago

Right now, errors are thrown using $throw(string).

Instead, use an exception object with a type and message. Standardize a bit.

presidentbeef commented 15 years ago

Done.