Options
All
  • Public
  • Public/Protected
  • All
Menu

An error happened in the library itself. This Error type should not be used by a developer using this library. If this error gets thrown, it means you should open a bug report so we can fix the library.

Goals of this class:

  1. Prompt the developer to file a bug report.
  2. Include in this error all of the information from the given error so we can fix the issue.

Hierarchy

  • InternalError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new InternalError(name: string, message: string, stack?: undefined | string): InternalError

Properties

message

message: string

name

name: string

stack

stack: string

Methods

Static fromError

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Generated using TypeDoc