| 84 | } |
| 85 | |
| 86 | enum class Exception |
| 87 | { |
| 88 | None, |
| 89 | Fault, |
| 90 | Illegal, |
| 91 | Interrupt, |
| 92 | Numerical, |
| 93 | Other |
| 94 | }; |
| 95 | |
| 96 | Exception GetExitException() const; |
| 97 | std::string GetExitExceptionString() const; |
no outgoing calls
no test coverage detected
searching dependent graphs…