Class
UnsupportedInputFormatError
Thrown when trying to operate on an input that has an unsupported or unrecognizable format.
Extends: Error
Constructor
ts
constructor(
message: string = 'Input has an unsupported or unrecognizable format.',
): UnsupportedInputFormatError;Creates a new UnsupportedInputFormatError.