candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
candlewick::RAIIException Struct Reference

Wrapper for std::runtime_error, which prints out the filename and code line. More...

#include <candlewick/core/errors.h>

Inheritance diagram for candlewick::RAIIException:

Public Member Functions

 RAIIException (std::string_view msg, std::source_location location=std::source_location::current())
 

Detailed Description

Wrapper for std::runtime_error, which prints out the filename and code line.

Constructor & Destructor Documentation

◆ RAIIException()

candlewick::RAIIException::RAIIException ( std::string_view msg,
std::source_location location = std::source_location::current() )

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