pyunity.errors module

Module for all exceptions related to PyUnity.

exception pyunity.errors.ComponentException

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to components.

exception pyunity.errors.GameObjectException

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to GameObjects.

exception pyunity.errors.PyUnityException

Bases: Exception

Base class for PyUnity exceptions.