| 495 | return value; |
| 496 | } |
| 497 | int getOption(Exception& ex, int level, int option) const { int value; return getOption<int>(ex, level, option, value); } |
| 498 | |
| 499 | template<typename Type> |
| 500 | void setOption(Exception& ex, int level, int option, const Type& value) { |
nothing calls this directly
no outgoing calls
no test coverage detected