api/interfaces/icatch
Globals / ICatch
Interface: ICatch<E>
Type parameters
| Name | Default |
|---|---|
E | unknown |
Hierarchy
- ICatch
Index
Properties
Methods
Properties
i0
• i0: Instruction
Defined in packages/core/lib/main/Instructions.ts:60
tag
• tag: Catch
Defined in packages/core/lib/main/Instructions.ts:61
Methods
i1
▸ i1(E: E): Instruction
Defined in packages/core/lib/main/Instructions.ts:62
Parameters:
| Name | Type |
|---|---|
E | E |
Returns: Instruction