Exceptions
9Constructs a data representation for an Error with keys: :cause - root cause message :phase - error phase :via - caus...
functioncljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core
Returns exception cause (an Error / ExceptionInfo) if ex is an ExceptionInfo. Otherwise returns nil.
functioncljs.core
Returns exception data (a map) if ex is an ExceptionInfo. Otherwise returns nil.
functioncljs.core
Create an instance of ExceptionInfo, an Error type that carries a map of additional data.
functioncljs.core
Returns the message attached to the given Error / ExceptionInfo object. For non-Errors returns nil.
functioncljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core
The expr is evaluated and thrown.
special-formcljs.core
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions...
special-formcljs.core