Special case for YAML ParseException caused by bad document boundary
YAML documents can be text literals, so some common typos can be misleading and not generate the expected exception (Boot fails to cast the document to a Map, rather than reporting the underlying exception). Fixes gh-235
Showing
Please register or sign in to comment