Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
class error : public std::runtime_error
11
{
12
public:
13
error(const std::string& msg) : std::runtime_error(msg)
14
{}
15
};
16
17
class NitfWrap
18
{
Callers
3
unwrap
Method · 0.70
parseArgs
Method · 0.70
verify
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected