:py:mod:`gnome.exceptions` ========================== .. py:module:: gnome.exceptions .. autoapi-nested-parse:: PyGnome custom exceptions Module Contents --------------- .. py:exception:: GnomeRuntimeError(*args) Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. *args can contains a message, and other arguments .. py:exception:: ReferencedObjectNotSet(*args) Bases: :py:obj:`Exception` *args can contains a message, and other arguments Initialize self. See help(type(self)) for accurate signature.