aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/except.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/except.clj')
-rw-r--r--src/clojure/contrib/except.clj7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/clojure/contrib/except.clj b/src/clojure/contrib/except.clj
index ec180438..df5e9748 100644
--- a/src/clojure/contrib/except.clj
+++ b/src/clojure/contrib/except.clj
@@ -15,7 +15,12 @@
;; scgilardi (gmail)
;; Created 07 July 2008
-(ns clojure.contrib.except
+(ns
+ #^{:author "Stephen C. Gilardi",
+ :doc "Provides functions that make it easy to specify the class and message
+when throwing an Exception or Error. The optional message is formatted
+using clojure/format."}
+ clojure.contrib.except
(:import (clojure.lang Reflector)))
(declare throwable)