| 39 | struct Error : public std::runtime_error |
| 40 | { |
| 41 | Error (const std::string& error) : std::runtime_error (error) {} |
| 42 | }; |
| 43 | |
| 44 | //============================================================================== |
nothing calls this directly
no outgoing calls
no test coverage detected