| 160 | }; |
| 161 | |
| 162 | class fatal_exception : public status_exception |
| 163 | { |
| 164 | public: |
| 165 | explicit fatal_exception(const char* message); |
| 166 | static void raiseFmt(const char* format, ...); |
| 167 | const char* what() const throw(); |
| 168 | static void raise(const char* message); |
| 169 | }; |
| 170 | |
| 171 | |
| 172 | } // namespace Firebird |