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.