(set-default-uncaught-exception-handler!)
(set-default-uncaught-exception-handler! ex-handler)
Sets global-wide exception handler. With no ex-handler passed, by default when we raise an exception in a thread, we log it and exit the application.
See: https://stuartsierra.com/2015/05/27/clojure-uncaught-exceptions
Sets global-wide exception handler. With no ex-handler passed, by default when we raise an exception in a thread, we log it and exit the application. See: https://stuartsierra.com/2015/05/27/clojure-uncaught-exceptions
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close