Behat / Gherkin

Gherkin parser, written in PHP for Behat project
MIT License
1.05k stars 89 forks source link

Cast table node exceptions into ParserExceptions when throwing #216

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

Rather than leaking this, we should make a ParserException

Closes #212