Skip to content

Commit

Permalink
feature: new exception for parsing added
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Aug 23, 2023
1 parent ae20f41 commit 43543f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flamapy/core/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
class FlamaException(Exception):
pass

class ParsingException(Exception):
pass

class PluginNotFound(FlamaException):
pass
Expand Down

0 comments on commit 43543f7

Please sign in to comment.