Minesweeper2  V1.1.1 Game in C++ by Górka Mateusz
EndGame Class Reference

End game exception. More...

#include <Error.hpp>

+ Inheritance diagram for EndGame:

Public Member Functions

 EndGame (const char *txt)
 
const char * what () const
 
- Public Member Functions inherited from Error
virtual const char * where () const
 

Private Attributes

const char * info
 

Detailed Description

End game exception.

Constructor & Destructor Documentation

◆ EndGame()

EndGame::EndGame ( const char *  txt)
inline
65 : info(txt){}

Member Function Documentation

◆ what()

const char* EndGame::what ( ) const
inlinevirtual

Reimplemented from Error.

66 { return info; }

Member Data Documentation

◆ info

const char* EndGame::info
private

The documentation for this class was generated from the following file:
EndGame::info
const char * info
Definition: Error.hpp:62