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

Exception type for errors that may arise when attempting to access files through the virtual File API. More...

#include <donut/File.hpp>

Inheritance diagram for donut::File::Error:

Public Member Functions

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

Detailed Description

Exception type for errors that may arise when attempting to access files through the virtual File API.

Constructor & Destructor Documentation

◆ Error() [1/2]

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

◆ Error() [2/2]

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

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