parent
9db20ff961
commit
d29d2da1ca
2 changed files with 7 additions and 1 deletions
|
@ -96,6 +96,9 @@ class ServiceNameInvalid(DataModelException):
|
|||
class TagAlreadyCreatedException(DataModelException):
|
||||
pass
|
||||
|
||||
class StaleTagException(DataModelException):
|
||||
pass
|
||||
|
||||
|
||||
class TooManyLoginAttemptsException(Exception):
|
||||
def __init__(self, message, retry_after):
|
||||
|
|
Reference in a new issue