song_match.exceptions

Package containing custom exceptions.

song_match.exceptions.exceptions

exception song_match.exceptions.exceptions.InvalidEffectType(effect_type)[source]

Bases: ValueError

Raise if an invalid effect type occurs.

exception song_match.exceptions.exceptions.InvalidGameEffectSound(game_effect_sound)[source]

Bases: ValueError

Raise if an invalid game effect sound occurs.

exception song_match.exceptions.exceptions.InvalidNote(note)[source]

Bases: ValueError

Raise if an invalid note occurs.

exception song_match.exceptions.exceptions.MixerNotInitialized[source]

Bases: ValueError

Raise if constructing a Note instance before initializing the mixer.