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

Class of Alloc errors. More...

#include <Error.hpp>

+ Inheritance diagram for ErrAlloc:

Public Member Functions

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

Detailed Description

Class of Alloc errors.

Member Function Documentation

◆ what()

const char* ErrAlloc::what ( ) const
inlinevirtual

Reimplemented from Error.

29 { return "Allocation error!"; }

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