Exceptions
pyngb.NGBParseError
pyngb.NGBCorruptedFileError
Bases: NGBParseError
Raised when NGB file is corrupted or has invalid structure.
pyngb.NGBUnsupportedVersionError
Bases: NGBParseError
Raised when NGB file version is not supported.
pyngb.NGBDataTypeError
Bases: NGBParseError
Raised when encountering unknown or invalid data type.
pyngb.NGBStreamNotFoundError
Bases: NGBParseError
Raised when expected stream is not found in NGB file.