|
Bomberman
|
exception used when an non-supported operation is done More...
#include <RayError.hpp>
Public Member Functions | |
| WrongInputError (const std::string &what="The input can't be proceed") | |
| Create a new exception instance. More... | |
| ~WrongInputError () override=default | |
| A default destructor. More... | |
| WrongInputError (const WrongInputError &)=default | |
| An exception is copy constructable. More... | |
| WrongInputError & | operator= (const WrongInputError &)=default |
| A default assignment operator. More... | |
Public Member Functions inherited from RAY::Exception::RayError | |
| RayError (const std::string &what) | |
| Create a new RAY exception. More... | |
| ~RayError ()=default | |
| A default destructor. More... | |
| RayError (const RayError &)=default | |
| A RAY exception is copy constructable. More... | |
| RayError & | operator= (const RayError &)=default |
| A default assignment operator. More... | |
exception used when an non-supported operation is done
|
explicit |
Create a new exception instance.
|
overridedefault |
A default destructor.
|
default |
An exception is copy constructable.
|
default |
A default assignment operator.
1.8.17