aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/except.clj
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-04 00:28:26 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-04 00:28:26 +0000
commit80ec9a2db42de7a527ef838acbae6dbab8f49cb3 (patch)
tree242fa54f8b7ba75ecb9b636f15005ee25edd8853 /src/clojure/contrib/except.clj
parent521f90e3e35cdb557519076ccc670c8cbcceaba9 (diff)
More documentation headers
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)