tntdb  1.4
tntdb::Error Class Reference

Base class for database errors. More...

#include <error.h>

Inheritance diagram for tntdb::Error:
tntdb::FieldNotFound tntdb::NotFound tntdb::NullValue tntdb::SqlError tntdb::TypeError

Public Member Functions

 Error (const std::string &msg)
 Constructor. More...
 

Detailed Description

Base class for database errors.

All errors are handled by throwing this or a derived class.

Constructor & Destructor Documentation

◆ Error()

tntdb::Error::Error ( const std::string &  msg)
explicit

Constructor.


The documentation for this class was generated from the following file: