The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
filesystem::io_exception Struct Reference

An exception object used when an IO error occurs. More...

#include <filesystem.hpp>

Inheritance diagram for filesystem::io_exception:

Public Member Functions

 io_exception ()
 
 io_exception (const std::string &msg)
 
- Public Member Functions inherited from game::error
 error ()
 
 error (const std::string &msg)
 
 ~error () noexcept
 
const char * what () const noexcept
 

Additional Inherited Members

- Public Attributes inherited from game::error
std::string message
 

Detailed Description

An exception object used when an IO error occurs.

Definition at line 64 of file filesystem.hpp.

Constructor & Destructor Documentation

◆ io_exception() [1/2]

filesystem::io_exception::io_exception ( )
inline

Definition at line 65 of file filesystem.hpp.

◆ io_exception() [2/2]

filesystem::io_exception::io_exception ( const std::string &  msg)
inline

Definition at line 66 of file filesystem.hpp.


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