Skip to content

@sora-soft/framework


@sora-soft/framework / ErrorTracer

Class: ErrorTracer

Defined in: packages/framework/src/utility/ErrorTracer.ts:1

Constructors

Constructor

ts
new ErrorTracer(): ErrorTracer;

Returns

ErrorTracer

Methods

trace()

ts
static trace(
   target, 
   key, 
   descriptor): PropertyDescriptor;

Defined in: packages/framework/src/utility/ErrorTracer.ts:2

Parameters

ParameterType
targetany
keystring
descriptorPropertyDescriptor

Returns

PropertyDescriptor

基于 WTFPL 许可发布