Skip to content
Snippets Groups Projects
Commit a8a8f3fe authored by dmt's avatar dmt
Browse files

Define exception if the deconstruction fails.

parent 815e06d2
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,7 @@ class BaseError(Exception):
class NoModelReconstructedError(BaseError):
pass
class DeconstructionFailed(BaseError):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment