This commit is contained in:
@@ -3,6 +3,9 @@ class MKBaseException(Exception):
|
||||
self.message = message
|
||||
super().__init__(message, **kwargs)
|
||||
|
||||
# Compose exceptions. Those usually mean a bug on my side.
|
||||
class MKComposeException(MKBaseException):
|
||||
pass
|
||||
|
||||
# Downloading
|
||||
class MKDownloadException(MKBaseException):
|
||||
|
||||
Reference in New Issue
Block a user