mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
7 lines
165 B
Python
7 lines
165 B
Python
class MediaAlreadyExists(ValueError):
|
|
"""Raised when a show already exists"""
|
|
|
|
|
|
class MediaDoesNotExist(ValueError):
|
|
"""Raised when a does not show exist"""
|