mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Clean up some unused code
This commit is contained in:
parent
5a4cf58e0e
commit
5b76a3b8dd
3 changed files with 2 additions and 10 deletions
|
@ -91,11 +91,6 @@ class CodeAction:
|
|||
replace_with: str
|
||||
|
||||
|
||||
class AlreadyCaughtError(Exception):
|
||||
""" Emitted when a validation has already failed and its error message
|
||||
should not be repeated. """
|
||||
|
||||
|
||||
class MultipleErrors(PrintableError):
|
||||
""" If multiple errors occur during compilation, they can be collected into
|
||||
a list and re-thrown using the MultipleErrors exception. It will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue