nsnake
Classic snake game for the terminal
|
Custom exception class to specify an error that occurred during a level loading. More...
#include <BoardParser.hpp>
Public Member Functions | |
BoardParserException (std::string message) | |
Public Attributes | |
std::string | message |
Custom exception class to specify an error that occurred during a level loading.
Definition at line 12 of file BoardParser.hpp.
|
inline |
Definition at line 15 of file BoardParser.hpp.
|
inline |
Definition at line 18 of file BoardParser.hpp.
std::string BoardParserException::message |
Definition at line 21 of file BoardParser.hpp.