jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 38 forks source link

Don't catch Parslet::ParseError exception #59

Closed antekone closed 3 years ago

antekone commented 4 years ago

Allow this error to be propagated to the caller. This way the user will be able to catch the exception, and react accordingly.

Fixes #47.