Skip to content
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.

Released under the Mozilla Public License 2.0.