gnome.exceptions

PyGnome custom exceptions

Module Contents

exception gnome.exceptions.GnomeRuntimeError(*args)

Bases: Exception

Common base class for all non-exit exceptions.

*args can contains a message, and other arguments

exception gnome.exceptions.ReferencedObjectNotSet(*args)

Bases: Exception

*args can contains a message, and other arguments

Initialize self. See help(type(self)) for accurate signature.