Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.45 KB

executor_events.paymentsfinished.md

File metadata and controls

60 lines (30 loc) · 1.45 KB

Class: PaymentsFinished

yajsapi / Exports / executor/events / PaymentsFinished

Class: PaymentsFinished

executor/events.PaymentsFinished

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new PaymentsFinished()

Inherited from

YaEvent.constructor

Defined in

yajsapi/executor/events.ts:9

Methods

extract_exc_info

extract_exc_info(): [undefined | null | Error, YaEvent]

Extract exception information from this event.

Returns

[undefined | null | Error, YaEvent]

The extracted exception information and a copy of the event without the exception information.

Inherited from

YaEvent.extract_exc_info

Defined in

yajsapi/executor/events.ts:17