parent
5651ac4fb1
commit
36356914c0
|
|
@ -28,6 +28,9 @@ class NoNodesAvailable(PomiceException):
|
||||||
"""There are no nodes currently available."""
|
"""There are no nodes currently available."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
class OptionNotToggled(PomiceException):
|
||||||
|
"""The Option was not Toggled, Therefore the feature Could not be used."""
|
||||||
|
pass
|
||||||
|
|
||||||
class TrackInvalidPosition(PomiceException):
|
class TrackInvalidPosition(PomiceException):
|
||||||
"""An invalid position was chosen for a track."""
|
"""An invalid position was chosen for a track."""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue