SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
|
Custom exception class for SDOM errors. More...
#include <SDOM.hpp>
Public Member Functions | |
Exception (const std::string &message, const std::string &file, int line) | |
const char * | what () const noexcept override |
std::string | getFile () const |
int | getLine () const |
Custom exception class for SDOM errors.
Stores an error message, file name, and line number for debugging.
Use with the ERROR macro for standardized error reporting.
|
inline |
|
inline |
|
inline |
|
inlineoverridenoexcept |