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