Options
All
  • Public
  • Public/Protected
  • All
Menu

Extended error class for system loading errors.

Hierarchy

  • Error
    • LoaderError

Index

Constructors

Properties

Constructors

constructor

  • new LoaderError(code?: undefined | string, message?: undefined | string): LoaderError
  • Creates an instance of LoaderError.

    Parameters

    • Optional code: undefined | string

      Error code

    • Optional message: undefined | string

      Error message

    Returns LoaderError

Properties

code

code: string

Error code

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc