20 #ifndef _ANCH_SQL_ERROR_H_ 21 #define _ANCH_SQL_ERROR_H_ 76 const char*
what() const noexcept {
86 #endif // _ANCH_SQL_ERROR_H_ SQL exception.
Definition: sqlException.hpp:39
AnCH framework base namespace.
Definition: base64.hpp:28
virtual ~SqlException() noexcept
Definition: sqlException.hpp:64
const char * what() const noexcept
Definition: sqlException.hpp:76
SqlException(std::string msg) noexcept
Definition: sqlException.hpp:54