diff --git a/common/app/common/exceptions.cljc b/common/app/common/exceptions.cljc index 8f74d09225..69885361bb 100644 --- a/common/app/common/exceptions.cljc +++ b/common/app/common/exceptions.cljc @@ -6,6 +6,8 @@ (ns app.common.exceptions "A helpers for work with exceptions." + #?(:cljs + (:require-macros [app.common.exceptions])) (:require [clojure.spec.alpha :as s])) (s/def ::type keyword?)