SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::FileIOException Class Reference

#include <Exception.hpp>

Inheritance diagram for Sleak::FileIOException:

Public Member Functions

 FileIOException (const std::string &message="File I/O error")
Public Member Functions inherited from Sleak::SleakException
 SleakException (const std::string &message)
virtual const char * what () const noexcept override

Additional Inherited Members

Protected Attributes inherited from Sleak::SleakException
std::string message_

Detailed Description

Thrown on file read/write failures.

Definition at line 70 of file Exception.hpp.

Constructor & Destructor Documentation

◆ FileIOException()

Sleak::FileIOException::FileIOException ( const std::string & message = "File I/O error")
inline

Definition at line 72 of file Exception.hpp.