SimplePEG/JavaScript

Raise specific exception

Closed this issue · 0 comments

Created because SimplePEG/Python#7

Please raise custom exception (i.e. ParserException) instead of generic Exception. This may be different exceptions in case of parsing grammar/text.

We need to do that in javascript too