Liking cljdoc? Tell your friends :D
Clojure only.

error.core


raiseclj

(raise e)
(raise e id)

rescuecljmacro

(rescue f)
(rescue f id)

A macro that wraps exceptions in try/catch and emits a tuple (vector) instead of throwing

A macro that wraps exceptions in try/catch
and emits a tuple (vector) instead of throwing
raw docstring

try*cljmacro

(try* f)

try* is the same as rescue except it catches any Exception

try* is the same as rescue except it catches any Exception
raw docstring

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

× close