mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 12:16:10 +02:00
🎉 Add common
directory tree for code sharing between front and back.
This commit is contained in:
parent
ca3a42f680
commit
5b96e1e9fd
14 changed files with 288 additions and 41 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue