Skip to content

Commit

Permalink
Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblast-dev committed Mar 12, 2024
1 parent 8ab07f5 commit 4ad89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vshieldpy/exceptions/auth_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class InvalidAuthKey(VShieldpyException):
"""Raised upon finding an invalid format (non base16) auth key."""
"""Raised upon finding an invalid format (non base16) auth key, or the key was not accepted by the API."""

def __init__(self, auth_key):
super().__init__(
Expand Down

0 comments on commit 4ad89f0

Please sign in to comment.