diff --git a/pomice/exceptions.py b/pomice/exceptions.py index 1ce8c7f..b5112bb 100644 --- a/pomice/exceptions.py +++ b/pomice/exceptions.py @@ -28,9 +28,6 @@ class NoNodesAvailable(PomiceException): """There are no nodes currently available.""" pass -class OptionNotToggled(PomiceException): - """The Option was not Toggled, Therefore the feature Could not be used.""" - pass class TrackInvalidPosition(PomiceException): """An invalid position was chosen for a track.""" @@ -65,4 +62,3 @@ class SpotifyPlaylistLoadFailed(PomiceException): class InvalidSpotifyClientAuthorization(PomiceException): """No Spotify client authorization was provided for track searching.""" pass -