ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

Throwing nice exception if value could not be parsed #35

Closed onliner10 closed 9 years ago

onliner10 commented 9 years ago

If value could not be parsed (or generally, obtained) nice exception is thrown, so that troubleshooting of such cases should be easier. (The exception points, that it is a problem with a value in configuration file that could not be parsed)

ChrisMissal commented 9 years ago

Thanks @onliner10! I added another commit to yours, which I'll get merged in soon!

https://github.com/ChrisMissal/Formo/compare/onliner10-master

ChrisMissal commented 9 years ago

Resolved by #39