aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/error_kit.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/error_kit.clj')
-rw-r--r--src/clojure/contrib/error_kit.clj8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/clojure/contrib/error_kit.clj b/src/clojure/contrib/error_kit.clj
index 3c6df4c9..0d5ea8e5 100644
--- a/src/clojure/contrib/error_kit.clj
+++ b/src/clojure/contrib/error_kit.clj
@@ -11,7 +11,13 @@
; Please contact Chouser if you have any suggestions for better names
; or API adjustments.
-(ns clojure.contrib.error-kit
+(ns
+ #^{:author "Chris Houser",
+ :doc "EXPERIMENTAL
+System for defining and using custom errors
+Please contact Chouser if you have any suggestions for better names
+or API adjustments."}
+ clojure.contrib.error-kit
(:use [clojure.contrib.def :only (defvar defvar-)]
[clojure.contrib.stacktrace :only (root-cause)]))