RuntimeError
Hierarchy
- Readonly<Error & { cause: unknown; message: string; name: RuntimeError; stack: string } & { name: RuntimeError }>
- RuntimeError
Index
Constructors
constructor
Error constructor
Properties
staticreadonlyerrorName
Error name
Methods
staticasString
Static method to convert an error to a string
statichasInstance
Return true if anyValue is an instance of current class
Type parameters
- Class: new (...args: any) => any
Error that occurred during program execution