Skip to content

Commit

Permalink
fixup! Secret labels
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Oct 12, 2023
1 parent 23cdff4 commit 27f7c1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ class MissingSecretError(MongoSecretError):
"""Could be raised when a Juju 3 mandatory secret couldn't be found."""

pass


class SecretAlreadyExistsError(MongoSecretError):
"""A secret that we want to create already exists."""

pass

0 comments on commit 27f7c1c

Please sign in to comment.