Skip to content

Commit

Permalink
Update doc-string on raise helper
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Jul 28, 2023
1 parent 1ebc782 commit 26bf8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Implement extra helper macros: assert, raise, spy
- Implement extra helper macros: assert, spy
- Tests?
3 changes: 2 additions & 1 deletion src/com/kroo/epilogue.clj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@

(declare raise)
(defloggingmacro raise
"Log and throw. Logs at `:error` level by default."
"Log and throw. Logs at `:error` level by default. Constructs and throws a
`clojure.lang.ExceptionInfo` object."
{:arglists '([msg data & {:keys [level cause markers logger-ns]}])}
[msg data & {:as opts}]
`(let [msg# ~msg
Expand Down

0 comments on commit 26bf8f7

Please sign in to comment.