Liking cljdoc? Tell your friends :D

2.0.0

  • BREAKING! then doesn't wrap to call anymore, use then-call to achieve that
  • Added call-wrapping then-call, else-call and thru-call
  • Added Fail - custom container for failure representation with ability to skip stacktrace
  • Added fail-with and fail-with! - map-oriented Fail construction helpers
  • Added *default-handler* and call-with for more functional and thread-safe exceptions handling
  • Added ability to pass exceptions handler to flet
  • Mark fail, fail!, catching and ignoring deprecated

1.0.0

  • Added fail! - fail throwing shortcut
  • BREAKING! Removed fail-data, fail-cause and fail-trace
  • BREAKING! ignored? now accepts instance of Throwable instead of class
  • BREAKING! *exception-base-class* is now *catch-from*

0.5.0

  • Fix fail-data implementation
  • Mark fail-data, fail-cause and fail-trace deprecated

0.4.0

  • BREAKING! nil is passed to ExceptionInfo if no message has passed to fail

Can you improve this documentation?Edit on GitHub

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

× close