Liking cljdoc? Tell your friends :D

com.stuartsierra.component.platform

clj

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.
cljs

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.
raw docstring

alter-ex-dataclj/s≠

clj
(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).
cljs
(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).
source (clj)source (cljs)raw docstring

argument-errorclj/s

(argument-error message)
source (clj)source (cljs)

type-nameclj/s

(type-name x)

Returns a string name for the type/class of x.

Returns a string name for the type/class of x.
source (clj)source (cljs)raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close