@samatawy/rules
    Preparing search index...

    Class ExceptionThrower

    An action that throws an exception when executed. This can be used in rules that need to indicate an error condition.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    preparedEffect?: Partial<RuleEffect>
    compiled?: Function

    Methods

    • What functions are invoked by this action? This information can be used for optimization, caching, or to determine which function nodes in the graph are relevant for this action.

      Returns Set<string>

      a set of function names invoked by this action.