pyunity.errors module

Module for all exceptions and warnings related to PyUnity.

exception pyunity.errors.ComponentException[source]

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to components.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception pyunity.errors.GameObjectException[source]

Bases: pyunity.errors.PyUnityException

Class for PyUnity exceptions relating to GameObjects.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception pyunity.errors.PyUnityException[source]

Bases: Exception

Base class for PyUnity exceptions.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.