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

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

#include <mock_expectations.h>

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

Public Member Functions

 database_exception (const std::string &message)
 

Detailed Description

Exception thrown by mock when simulating errors.

Definition at line 113 of file mock_expectations.h.

Constructor & Destructor Documentation

◆ database_exception()

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

Definition at line 115 of file mock_expectations.h.

116 : std::runtime_error(message) {}

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