nsnake
Classic snake game for the terminal
|
Custom exception class to specify an error that occurred during a level loading. More...
#include <ScoreFile.hpp>
Public Member Functions | |
ScoreFileException (std::string message) | |
Public Attributes | |
std::string | message |
Custom exception class to specify an error that occurred during a level loading.
Definition at line 13 of file ScoreFile.hpp.
|
inline |
Definition at line 16 of file ScoreFile.hpp.
|
inline |
Definition at line 19 of file ScoreFile.hpp.
std::string ScoreFileException::message |
Definition at line 22 of file ScoreFile.hpp.