relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::RelxException Class Reference

Base exception class for relx errors. More...

#include <relx/utils/error_handling.hpp>

Inheritance diagram for relx::RelxException:

Public Member Functions

 RelxException (const std::string &message, const std::source_location &location=std::source_location::current())
 

Detailed Description

Base exception class for relx errors.

Definition at line 18 of file error_handling.hpp.

Constructor & Destructor Documentation

◆ RelxException()

relx::RelxException::RelxException ( const std::string &  message,
const std::source_location &  location = std::source_location::current() 
)
inlineexplicit

Definition at line 20 of file error_handling.hpp.


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