Platform-specific implementation details for Component on Clojure(JVM). This is not a public API.
Platform-specific implementation details for Component on Clojure(JVM). This is not a public API.
Platform-specific implementation details for Component on ClojureScript (JavaScript). This is not a public API.
Platform-specific implementation details for Component on ClojureScript (JavaScript). This is not a public API.
(alter-ex-data throwable f & args)
Returns a new ExceptionInfo with the same details as throwable and ex-data as the result of (apply f (ex-data throwable) args).
Returns a new ExceptionInfo with the same details as throwable and ex-data as the result of (apply f (ex-data throwable) args).
(alter-ex-data error f & args)
Returns a new ExceptionInfo with the same details as error and ex-data as the result of (apply f (ex-data throwable) args).
Returns a new ExceptionInfo with the same details as error and ex-data as the result of (apply f (ex-data throwable) args).
(type-name x)
Returns a string name for the type/class of x.
Returns a string name for the type/class of x.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close