mirror of
https://github.com/glomatico/votify.git
synced 2026-09-25 18:42:19 +02:00
Adjust exception inheritance for session type
This commit is contained in:
@@ -82,9 +82,7 @@ class VotifyMediaFormatNotAvailableException(VotifyMediaException):
|
||||
)
|
||||
|
||||
|
||||
class VotifyMediaFormatNotAvailableForSessionTypeException(
|
||||
VotifyMediaFormatNotAvailableException
|
||||
):
|
||||
class VotifyMediaFormatNotAvailableForSessionTypeException(VotifyMediaException):
|
||||
def __init__(
|
||||
self,
|
||||
media_id: str,
|
||||
|
||||
Reference in New Issue
Block a user