Skip to content

Commit d85ce2f

Browse files
remove mention of dead project
1 parent a2ee227 commit d85ce2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/guides/reader_conditionals.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Here is another example, we want to be able to use the `rethinkdb.query` namespa
119119

120120
== Exception handling
121121

122-
Exception handling is another area that benefits from reader conditionals. ClojureScript supports `(catch :default)` to catch everything, however you will often still want to handle host specific exceptions. Here's an https://github.com/runexec/lemon-disc/blob/c24c6638f1d476a0f5470387e52a2b702117c4a9/src/lemon_disc/core.cljc#L65-L72[example] from https://github.com/runexec/lemon-disc[lemon-disc].
122+
Exception handling is another area that benefits from reader conditionals. ClojureScript supports `(catch :default)` to catch everything, however you will often still want to handle host specific exceptions. Here's an example:
123123

124124
[source,clojure]
125125
----

0 commit comments

Comments
 (0)