MCPcopy Create free account
hub / github.com/chrxh/alien / InitialCheckException

Method InitialCheckException

source/Base/Exceptions.h:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9public:
10 InitialCheckException(std::string const& what)
11 : std::runtime_error(what.c_str())
12 {}
13};
14
15class CudaMemoryAllocationException : public std::runtime_error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected