Adding explicit error in Lexer.hack
We noticed that the preg_match_with_matches
was erroring in Lexer.hack, but we weren't getting any information about what was happening/why. This new release adds an explicit error to handle the error passed through preg_match_with_matches_and_error
.