song_match.exceptions¶
Package containing custom exceptions.
song_match.exceptions.exceptions¶
-
exception
song_match.exceptions.exceptions.InvalidEffectType(effect_type)[source]¶ Bases:
ValueErrorRaise if an invalid effect type occurs.
-
exception
song_match.exceptions.exceptions.InvalidGameEffectSound(game_effect_sound)[source]¶ Bases:
ValueErrorRaise if an invalid game effect sound occurs.
-
exception
song_match.exceptions.exceptions.InvalidNote(note)[source]¶ Bases:
ValueErrorRaise if an invalid note occurs.
-
exception
song_match.exceptions.exceptions.MixerNotInitialized[source]¶ Bases:
ValueErrorRaise if constructing a
Noteinstance before initializing the mixer.