MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / catch

Function catch

src/toml.hpp:12405–12408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected