cpptoml icon indicating copy to clipboard operation
cpptoml copied to clipboard

Changed exception thrown when file is not found to more meaningful std::invalid_argument

Open robinchrist opened this issue 7 years ago • 0 comments

I'm using cpptoml to parse config files for my application. I do want to handle a file which could not be opened specially. A file, which could not be opened, is imho not really a parsing error, because the parsing hasn't really started at this point.

robinchrist avatar Aug 26 '18 12:08 robinchrist