Added an swc_parse_error exception.
This exception is thrown when a parse error occurs, instead of std::runtime_error and std::logical_error that used to be thrown before.
Please register or sign in to comment
This exception is thrown when a parse error occurs, instead of std::runtime_error and std::logical_error that used to be thrown before.