Interface TwingSandboxSecurityNotAllowedMethodError

interface TwingSandboxSecurityNotAllowedMethodError {
    location: undefined | TwingErrorLocation;
    name: "TwingSandboxSecurityError";
    previous: any;
    rootMessage: string;
    source: undefined | string;
    appendMessage(message): void;
}

Hierarchy

  • BaseSandboxSecurityError
    • TwingSandboxSecurityNotAllowedMethodError

Properties

location: undefined | TwingErrorLocation
name: "TwingSandboxSecurityError"
previous: any
rootMessage: string
source: undefined | string

Methods

  • Parameters

    • message: string

    Returns void

Generated using TypeDoc