You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
the full path of the file
the line number on which the error occurred
Parsing errors should probably be their own kind of exception as well.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: