pyunity.errors module¶
Module for all exceptions and warnings related to PyUnity.
-
exception
pyunity.errors.ComponentException[source]¶ Bases:
pyunity.errors.PyUnityExceptionClass 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.PyUnityExceptionClass for PyUnity exceptions relating to GameObjects.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-