| 12403 | throw parse_error{ exc.what(), next_pos_, source_path_ }; |
| 12404 | } |
| 12405 | catch (...) |
| 12406 | { |
| 12407 | throw parse_error{ "An unspecified error occurred", next_pos_, source_path_ }; |
| 12408 | } |
| 12409 | } |
| 12410 | #endif // TOML_EXCEPTIONS |
| 12411 |
nothing calls this directly
no outgoing calls
no test coverage detected