Skip to content

Commit

Permalink
refactor(errors): moving errors to common
Browse files Browse the repository at this point in the history
  • Loading branch information
lx-dev committed Mar 22, 2023
1 parent 4efa748 commit dda9bde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions src/astraeus_common/error/body_not_found.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class BodyNotFound(Exception):
pass
2 changes: 2 additions & 0 deletions src/astraeus_common/error/sync_state_not_found.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class SyncStateNotFound(Exception):
pass
2 changes: 2 additions & 0 deletions src/astraeus_common/error/system_not_found.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class SystemNotFound(Exception):
pass

0 comments on commit dda9bde

Please # to comment.