Arities ================================================== [msg map] [msg map cause] Docstring ================================================== Create an instance of ExceptionInfo, a RuntimeException subclass that carries a map of additional data.
Arities ================================================== [msg map] [msg map cause] Docstring ================================================== Create an instance of ExceptionInfo, a RuntimeException subclass that carries a map of additional data.
(defn ex-info
"Create an instance of ExceptionInfo, a RuntimeException subclass
that carries a map of additional data."
{:added "1.4"}
([msg map]
(ExceptionInfo. msg map))
([msg map cause]
(ExceptionInfo. msg map cause)))