| 23 | // -------------------------------------------------------------------------------------------- |
| 24 | |
| 25 | struct sqlite_error : public error |
| 26 | { |
| 27 | sqlite_error(const std::string& message): error(message) {} |
| 28 | }; |
| 29 | |
| 30 | // -------------------------------------------------------------------------------------------- |
| 31 |
no outgoing calls
no test coverage detected