🎉 Add common directory tree for code sharing between front and back.

This commit is contained in:
Andrey Antukh 2019-12-14 21:23:54 +01:00
parent ca3a42f680
commit 5b96e1e9fd
14 changed files with 288 additions and 41 deletions

View file

@ -8,6 +8,8 @@
"A helpers for work with exceptions."
(:require [clojure.spec.alpha :as s]))
;; TODO: moved to uxbox.common.exceptions
(s/def ::type keyword?)
(s/def ::code keyword?)
(s/def ::mesage string?)