class Try
extends Instruction

Methods

Serialises the object to string for informational purposes.

Static Methods

build(
statement,
catchClauses,
)

Builder function for Try instructions.

Usage

import { Try } from ".";