diff --git a/pomice/exceptions.py b/pomice/exceptions.py index 4738698..1ce8c7f 100644 --- a/pomice/exceptions.py +++ b/pomice/exceptions.py @@ -28,6 +28,9 @@ 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."""