Closed seancorfield closed 8 years ago
If resolve-template returns nil (due to a misspelled namespace, for example), we blow up with an unhelpful NPE on the apply call (new_helpers.clj:105). Trap this and give a better error message.
resolve-template
nil
apply
new_helpers.clj:105
If
resolve-template
returnsnil
(due to a misspelled namespace, for example), we blow up with an unhelpful NPE on theapply
call (new_helpers.clj:105
). Trap this and give a better error message.