Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a base ParsimoniousError exception class (#221)
* Implement a base ParsimoniousError exception class This commit adds a `ParsimoniousError` class. This replaces the use of `Exception` as a parent class. This is introduced to simplify code by callers who may want to be able to catch all Parsimonious errors using a single except block but not unrelated exceptions. * Update parsimonious/exceptions.py Co-authored-by: [object Object] <[email protected]>
- Loading branch information