collada.common.DaeUnsupportedError

exception collada.common.DaeUnsupportedError(msg)

Bases: collada.common.DaeError

Raised when some unexpectedly unsupported feature is found.

with_traceback()

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