stage
This commit is contained in:
@ -4,6 +4,9 @@ class UrlRemoverNotImplementedException(Exception):
|
||||
self.domain = domain
|
||||
super().__init__(self.__base_message)
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.__base_message}: {self.domain}'
|
||||
|
||||
|
||||
class UnknownAnimationType(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user