Skip to content

Commit

Permalink
Remove OfflineRecoveryError
Browse files Browse the repository at this point in the history
Only relevant in financeager-flask package
  • Loading branch information
pylipp committed Dec 5, 2020
1 parent bc468f0 commit c6b33c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions financeager/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ class CommunicationError(FinanceagerException):
"""Error in client-server communication."""


class OfflineRecoveryError(FinanceagerException):
"""Error during recovering of offline backup."""


class InvalidConfigError(FinanceagerException):
"""Invalid configuration encountered."""

0 comments on commit c6b33c0

Please sign in to comment.