gnome.exceptions
PyGnome custom exceptions
Exceptions
Common base class for all non-exit exceptions. |
|
*args can contain a message, and other arguments |
Module Contents
- exception gnome.exceptions.GnomeRuntimeError(*args)
Bases:
Exception
Common base class for all non-exit exceptions.
*args can contain a message, and other arguments
- exception gnome.exceptions.ReferencedObjectNotSet(*args)
Bases:
Exception
*args can contain a message, and other arguments
Initialize self. See help(type(self)) for accurate signature.