ReflectionError

source

Constructors

new ReflectionError(message: string): ReflectionErrorsource

inherited from Error.constructor

new ReflectionError(message: string, options: ErrorOptions): ReflectionErrorsource

inherited from Error.constructor

Properties

cause: unknownsource

inherited from Error.cause

message: stringsource

inherited from Error.message

name: stringsource

inherited from Error.name

stack: stringsource

inherited from Error.stack

staticprepareStackTrace: Functionsource

inherited from Error.prepareStackTrace

staticstackTraceLimit: numbersource

inherited from Error.stackTraceLimit

Inherited methods

staticcaptureStackTrace(targetObject: object, constructorOpt: Function): voidsource

inherited from Error.captureStackTrace

Create .stack property on a target object