| 8 | { |
| 9 | public: |
| 10 | InitialCheckException(std::string const& what) |
| 11 | : std::runtime_error(what.c_str()) |
| 12 | {} |
| 13 | }; |
| 14 | |
| 15 | class CudaMemoryAllocationException : public std::runtime_error |
nothing calls this directly
no outgoing calls
no test coverage detected