Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ exception
Method
exception
include/covscript/core/components.hpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
public:
65
exception() = delete;
66
67
exception(std::size_t line, std::string file, std::string code, std::string what) noexcept : mLine(line), mFile(std::move(file)), mCode(std::move(code)), mWhat(std::move(what))
68
{
Callers
nothing calls this directly
Calls
1
move
Function · 0.50
Tested by
no test coverage detected