QuantStack / py2vega

BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Use SyntaxError instead of RuntimeError #24

Closed martinRenou closed 5 years ago

martinRenou commented 5 years ago

As pointed out by @serge-sans-paille, it might be better to use SyntaxError or a custom Py2VegaSyntaxError class instead of RuntimeError