chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

added filename to CalliopeException message #30

Closed smpallen99 closed 8 years ago

smpallen99 commented 8 years ago

When Calliope raises an exception, the filename being parsed is not available in the exception message and stack trace. Since Calliope does not know the filename, it cannot display this information. So, this change adds the file path to the CalliopeException message.