| 156 | }; |
| 157 | |
| 158 | class MemoryValidationException : public Exception |
| 159 | { |
| 160 | public: |
| 161 | using Exception::Exception; |
| 162 | }; |
| 163 | |
| 164 | template <typename ExceptionType> |
| 165 | void ConditionalThrow(bool condition, const std::string& message) |
no outgoing calls
no test coverage detected