Skip to content

Commit

Permalink
Remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
p-rial committed Sep 1, 2021
1 parent 965a471 commit 2487bfe
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pyband/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,10 @@ class PybandError(Exception):
pass


class EmptyRequestMsgError(PybandError):
pass


class QueryError(PybandError):
pass


class NegativeIntegerError(PybandError):
pass


class ValueTooLargeError(PybandError):
pass


class InsufficientCoinError(PybandError):
pass


class EmptyMsgError(PybandError):
pass

Expand All @@ -42,13 +26,5 @@ class ConvertError(PybandError):
pass


class UnsuccessfulCallError(PybandError):
pass


class CreateError(PybandError):
pass


class SchemaError(PybandError):
pass

0 comments on commit 2487bfe

Please sign in to comment.