An exception object used when an IO error occurs. More...
#include <filesystem.hpp>
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 |
An exception object used when an IO error occurs.
Definition at line 67 of file filesystem.hpp.
|
inline |
Definition at line 68 of file filesystem.hpp.
|
inline |
Definition at line 69 of file filesystem.hpp.