sebastienros/fluid

Request for ParseException to Include Source and Position as Properties

Yuto-INOUE opened this issue · 1 comments

The ParseException thrown by Fluid has the same structure as System.Exception, leaving the only method to programmatically handle the line where the error occurred as parsing the Message with regular expressions.
If ParseException could contain Source and Position properties, it would make error handling much smoother.

I think this is mentioned before, to provide a way to give a useful information when error occurs