kamchatka-volcano / figcone

Read JSON, YAML, TOML, XML or INI configuration by declaring a struct
Microsoft Public License
100 stars 2 forks source link

StringConverter validation #7

Closed kamchatka-volcano closed 1 year ago

kamchatka-volcano commented 1 year ago

-replaced ValidationError to figcone_tree; -replaced convertFromString from figcone_tree, made it handle ValidationError exceptions, -added information from ValidationError exceptions to the string conversion error messages;