pyunity.errors module

Module for all exceptions and warnings related to PyUnity.

exception pyunity.errors.PyUnityException[source]

Bases: Exception

Base class for PyUnity exceptions.

exception pyunity.errors.ComponentException[source]

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to components.

exception pyunity.errors.GameObjectException[source]

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to GameObjects.