RuntimeError
Hierarchy
- Readonly<Error & { cause: unknown; message: string; name: RuntimeError; stack: string } & { name: RuntimeError }>
- RuntimeError
Index
Constructors
constructor
Error constructor
Properties
staticreadonlyinheritederrorName
Error name
Methods
staticinheritedasString
Static method to convert an error to a string
staticinheritedhasInstance
Return true if anyValue is an instance of current class
The RuntimeError object indicates an error that an error occurred during the runtime of a program.