♻️ Add spec ns on shared code (and adapt frontend code to use it).

This commit is contained in:
Andrey Antukh 2020-01-11 19:56:48 +01:00
parent 9a184d1c7a
commit 6957a49752
20 changed files with 297 additions and 238 deletions

View file

@ -4,6 +4,8 @@
;;
;; Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
;; WARNING: DEPRECATED: please use uxbox.common.exceptions
(ns uxbox.util.exceptions
"A helpers for work with exceptions."
(:require [clojure.spec.alpha :as s]))