Version 3.17.2
Show:

Do.Error Class

Deprecated: use Y.Do.Halt or Y.Do.Prevent

Return an Error object when you want to terminate the execution of all subsequent method calls.

Constructor

Do.Error

(
  • msg
  • retVal
)
deprecated

Defined in event-custom/js/event-do.js:363

Deprecated: use Y.Do.Halt or Y.Do.Prevent

Parameters:

  • msg String

    (optional) Explanation of the altered return value

  • retVal Any

    Return value passed to code that invoked the wrapped function.

Item Index