Skip to content

Commit

Permalink
Fix some bugs, minor improvements, and more
Browse files Browse the repository at this point in the history
  • Loading branch information
avatar-lavventura committed Feb 1, 2024
1 parent cdea890 commit e81e01d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions broker/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class HandlerException(Exception):
"""Generate HandlerException."""


class QuietTerminate(Exception):
"""Terminate the process."""


class Terminate(Exception):
"""Terminate the process."""

Expand All @@ -31,9 +27,13 @@ class Timeout(Exception):
"""Timeout."""


class Web3NotConnected(Exception):
"""Web3 is not connected."""


class QuietExit(Exception):
"""Exit quietly without printing the trace."""


class Web3NotConnected(Exception):
"""Web3 is not connected."""
class QuietTerminate(Exception):
"""Terminate the process."""

0 comments on commit e81e01d

Please sign in to comment.