|
StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
|
Exception related to query execution. More...
#include <exception.hxx>


Public Member Functions | |
| template<typename... Args> | |
| QueryException (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
Public Member Functions inherited from StormByte::Database::Exception | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
| virtual | ~Exception () noexcept override=default |
Exception related to query execution.