| 339 | |
| 340 | public: |
| 341 | static void checkException(ThrowStatusWrapper* status) |
| 342 | { |
| 343 | if (status->dirty && (status->getState() & IStatus::STATE_ERRORS)) |
| 344 | throw FbException(status->status); |
| 345 | } |
| 346 | }; |
| 347 | |
| 348 | #ifdef FB_API_VER // internal hack |
nothing calls this directly
no test coverage detected