Skip to content
Class

InputDisposedError

Thrown when an operation was prevented because the corresponding Input has been disposed.

Extends: Error

Constructor

ts
constructor(
	message: string = 'Input has been disposed.',
): InputDisposedError;

Creates a new InputDisposedError.

Released under the Mozilla Public License 2.0.