Do.Error Class
Defined in:
Module: event-custom-baseyui3/src/event-custom/js/event-do.js:363
Parent Module: event-custom
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
(
deprecated
-
msg
-
retVal
Parameters:
-
msg
String(optional) Explanation of the altered return value
-
retVal
AnyReturn value passed to code that invoked the wrapped function.