JimmyCushnie / JECS

Jimmy's Epic Config System
Do What The F*ck You Want To Public License
154 stars 16 forks source link

Better parsing errors #9

Closed JimmyCushnie closed 2 years ago

JimmyCushnie commented 5 years ago

Parsing errors currently only tell you what kind of error happened. Sometimes they quote you the part of the file that caused the error. Every time a parsing error is thrown, the following information should be included:

Parsing errors should probably be their own kind of exception as well.

JimmyCushnie commented 2 years ago

Implemented in #38 :D