Skip to content

Commit

Permalink
fix: forgot to commit errors.py
Browse files Browse the repository at this point in the history
Regression caused by 093663c
  • Loading branch information
thegamecracks committed Mar 13, 2024
1 parent b4209dc commit 519bf56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dumdum/client/errors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class AuthenticationFailedError(Exception):
"""Raised when authentication with the dumdum server fails."""

0 comments on commit 519bf56

Please sign in to comment.