Skip to content

Commit

Permalink
Merge pull request #840 from omcljs/om-794
Browse files Browse the repository at this point in the history
OM-794: Better error message when queries don't match classpath + dat…
  • Loading branch information
swannodette committed Feb 17, 2017
2 parents fcf3b2e + e1b9404 commit 97c8f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/om/next.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@
(if-not (nil? q)
(replace q query)
(throw
(ex-info (str "No queries exist for component path " cp " or data path " path')
(ex-info (str "No queries exist at the intersection of component path " cp " and data path " path')
{:type :om.next/no-queries}))))
(throw
(ex-info (str "No queries exist for component path " cp)
Expand Down

0 comments on commit 97c8f5b

Please sign in to comment.