Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ key_error
Class
key_error
erpcgen/src/cpptemplate/cpptempl.hpp:192–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
{
191
public:
192
class key_error : public std::runtime_error
193
{
194
public:
195
key_error(const std::string &msg)
196
: std::runtime_error(msg)
197
{
198
}
199
};
200
201
data_map()
202
: data()
Callers
1
cpptempl.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected