Skip to content

Class: Raise

Represents an explicit raising or throwing of an exception or error.

Constructors

Constructor

new Raise(body, loc?): Raise

Parameters

ParameterType
bodyExpression
loc?SourceLocation

Returns

Raise

Overrides

ASTNode.constructor