AutoBE
    Preparing search index...

    Explicit throw.

    interface IThrowStatement {
        errorExpression: IValueExpression;
        kind: "throw";
    }
    Index

    Properties

    errorExpression: IValueExpression

    Error to throw.

    kind: "throw"