| 48 | }; |
| 49 | |
| 50 | class TerminateException : public std::runtime_error { |
| 51 | public: |
| 52 | TerminateException() : std::runtime_error("terminate") {} |
| 53 | }; |
| 54 | |
| 55 | enum class Certainty : std::uint8_t { |
| 56 | normal, inconclusive |
no outgoing calls
no test coverage detected