Go to repository

Class SourceReaderError

The superclass for all SourceReader errors. It also restores the prototype chain.

Hierarchy (view full)

Constructors

Constructors

The constructor for generic SourceReader errors.

The messages are not supposed to be shown in an UI, as all errors from this level are supposed to be catched and rethrown or handled properly.

Parameters

  • message: string

    A string message to show.

Returns SourceReaderError