Skip to content

Commit

Permalink
Add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Sep 18, 2024
1 parent 0966b7f commit 68e2103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arrakis/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ class ReadError(OSError):
class RegistryError(Exception):
"""Raised when a registry operation with the archiving
and unpacking registeries fails"""


class DivergenceError(Exception):
"""Raised when a divergence is detected"""

0 comments on commit 68e2103

Please sign in to comment.