SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ SQLError()

sqt::SQLError::SQLError ( int code,
const char * message )

Constructs an exception instance with the specified error code and message.

Parameters
codeThe error code returned by SQLite functions.
messageThe message for the error.