libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Member Functions | List of all members
donut::graphics::Error Struct Reference

Exception type for domain-specific errors originating from the donut::graphics module. More...

#include <donut/graphics/Error.hpp>

Inheritance diagram for donut::graphics::Error:

Public Member Functions

 Error (const std::string &message)
 
 Error (const char *message)
 

Detailed Description

Exception type for domain-specific errors originating from the donut::graphics module.

Constructor & Destructor Documentation

◆ Error() [1/2]

donut::graphics::Error::Error ( const std::string &  message)
inlineexplicit

◆ Error() [2/2]

donut::graphics::Error::Error ( const char *  message)
inlineexplicit

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