|
Bomberman
|
An exception informing the user that something could not be found. More...
#include <WalError.hpp>
Public Member Functions | |
| NotFoundError (const std::string &what) | |
| Create a new wal exception. More... | |
| NotFoundError (const NotFoundError &)=default | |
| A wal exception is copy constructable. More... | |
| ~NotFoundError () override=default | |
| A default destructor. More... | |
| NotFoundError & | operator= (const NotFoundError &)=default |
| A default assignment operator. More... | |
Public Member Functions inherited from WAL::WalError | |
| WalError (const std::string &what) | |
| Create a new wal exception. More... | |
| WalError (const WalError &)=default | |
| A wal exception is copy constructable. More... | |
| ~WalError () override=default | |
| A default destructor. More... | |
| WalError & | operator= (const WalError &)=default |
| A default assignment operator. More... | |
An exception informing the user that something could not be found.
|
explicit |
Create a new wal exception.
|
default |
A wal exception is copy constructable.
|
overridedefault |
A default destructor.
|
default |
A default assignment operator.
1.8.17