| 127 | } |
| 128 | |
| 129 | void status_exception::raise(const ISC_STATUS *status_vector) |
| 130 | { |
| 131 | throw status_exception(status_vector); |
| 132 | } |
| 133 | |
| 134 | void status_exception::raise(const IStatus* status) |
| 135 | { |
nothing calls this directly
no test coverage detected