Updated folder structure (for Docker)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
"""Subtitle domain exceptions."""
|
||||
|
||||
from ..shared.exceptions import DomainException, NotFoundError
|
||||
|
||||
|
||||
class SubtitleNotFound(NotFoundError):
|
||||
"""Raised when a subtitle is not found."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class InvalidSubtitleFormat(DomainException):
|
||||
"""Raised when subtitle format is invalid."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user