miscellaneous.custom_exceptions module#

This file defines custom exceptions.

exception miscellaneous.custom_exceptions.OVExtNotLoaded(ext_name: str)#

Bases: OSError

Omniverse Extensions was not loaded.

message#

Exception message.

Type:

str

__init__(ext_name: str)#
Parameters:

ext_name (str) – OV Extension name.

__str__() str#

Used to get string representation of the error.

Returns (str): String error representation.