ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Protected Attributes | List of all members
ocpp::common::DatabaseException Class Reference

Base class for database-related exceptions. More...

#include <database_exceptions.hpp>

Inheritance diagram for ocpp::common::DatabaseException:
ocpp::common::DatabaseConnectionException ocpp::common::DatabaseMigrationException ocpp::common::QueryExecutionException ocpp::common::RequiredEntryNotFoundException

Public Member Functions

 DatabaseException (const std::string &message)
 
virtual const char * what () const noexcept override
 

Protected Attributes

std::string msg
 

Detailed Description

Base class for database-related exceptions.


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