Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::testing::backend_exception Class Reference

Exception thrown by mock when simulating errors. More...

#include <mock_backend_expectations.h>

Inheritance diagram for database::testing::backend_exception:
Inheritance graph
Collaboration diagram for database::testing::backend_exception:
Collaboration graph

Public Member Functions

 backend_exception (const std::string &message)
 

Detailed Description

Exception thrown by mock when simulating errors.

Definition at line 117 of file mock_backend_expectations.h.

Constructor & Destructor Documentation

◆ backend_exception()

database::testing::backend_exception::backend_exception ( const std::string & message)
inlineexplicit

Definition at line 119 of file mock_backend_expectations.h.

120 : std::runtime_error(message) {}

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