nsnake
Classic snake game for the terminal
Public Member Functions | Public Attributes | List of all members
BoardParserException Class Reference

Custom exception class to specify an error that occurred during a level loading. More...

#include <BoardParser.hpp>

Inheritance diagram for BoardParserException:
Inheritance graph
[legend]
Collaboration diagram for BoardParserException:
Collaboration graph
[legend]

Public Member Functions

 BoardParserException (std::string message)
 

Public Attributes

std::string message
 

Detailed Description

Custom exception class to specify an error that occurred during a level loading.

Definition at line 12 of file BoardParser.hpp.


The documentation for this class was generated from the following file: