MCPcopy Create free account
hub / github.com/PDAL/PDAL / error

Class error

tools/nitfwrap/NitfWrap.hpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10class error : public std::runtime_error
11{
12public:
13 error(const std::string& msg) : std::runtime_error(msg)
14 {}
15};
16
17class NitfWrap
18{

Callers 3

unwrapMethod · 0.70
parseArgsMethod · 0.70
verifyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected