|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Base exception class for relx errors. More...
#include <relx/utils/error_handling.hpp>
Public Member Functions | |
| RelxException (const std::string &message, const std::source_location &location=std::source_location::current()) | |
Base exception class for relx errors.
Definition at line 18 of file error_handling.hpp.
|
inlineexplicit |
Definition at line 20 of file error_handling.hpp.