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

Enables Exceptions on null configuration values #39

Closed ChrisMissal closed 9 years ago

ChrisMissal commented 9 years ago

If Configuration.ThrowIfNull is set to true, Configuration will throw an exception if the requested key is null.