Exceptions
Swoop defines two exception classes. Swoop may also raise
NotImplementedError
if you try to invoke functionality that is planned
but not yet implemented or try to invoke a method that should be overridden.
SwoopError
-
class
Swoop.
SwoopError
(text)[source]
Bases: exceptions.Exception
An internal error occurred.