|
Bomberman
|
base exception class for RAY lib More...
#include <RayError.hpp>
Public Member Functions | |
| 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... | |
base exception class for RAY lib
| RAY::Exception::RayError::RayError | ( | const std::string & | what | ) |
Create a new RAY exception.
|
default |
A default destructor.
|
default |
A RAY exception is copy constructable.
A default assignment operator.
1.8.17