yogthos / clojure-error-message-catalog

a catalog of common Clojure errors and their meaning
448 stars 24 forks source link

Explain error caused by missing argument vector #25

Closed sanel closed 7 years ago

sanel commented 7 years ago

It is easy to miss argument vector and that can cause cryptic message. This explanation provides short sample on how to figure out what is going on.

yogthos commented 7 years ago

great thanks!