moggers87 / exhibition

A static site generator
GNU General Public License v3.0
5 stars 2 forks source link

Better errors from frontmatter #65

Closed moggers87 closed 3 years ago

moggers87 commented 5 years ago

Currently the exception just say something like in "<unicode string>", line 15, column 3 could not find expected ':'

We should catch the error and raise our own with a more helpful message, i.e. change the line number to relate the file and refer to the filename itself too