DeprecationError

class omni.graph.tools.DeprecationError

Bases: Exception

Exception to raise when a hard-deprecated import, class, or function is attempted to be used. Exists to provide a last bit of information to users who have been ignoring previous deprecation errors.

__init__(*args, **kwargs)