Skip to content
This repository was archived by the owner on Mar 20, 2020. It is now read-only.

Commit 243edc9

Browse files
author
philip-doctor
committed
Updated usage section
1 parent 50f7c01 commit 243edc9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ When `throw` is not enough.
1616

1717
;; Throw an ex-info exception.
1818
(╯°□°╯︵oɟuᴉ {:some {:extra :data}})
19+
20+
;; Sometimes tables must be respected, and so they may be caught as well
21+
(v°□°v
22+
(/ 1 0)
23+
(┬─┬ ╯°_°╯ ArithmeticException
24+
(log/error ┬─┬)
25+
0))
26+
1927
```
2028

2129
There's no artifact on Clojars¹ but it doesn't matter because you can simply

0 commit comments

Comments
 (0)