|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <Listener.hpp>
Inheritance diagram for ListenerException:
Collaboration diagram for ListenerException:Public Member Functions | |
| ListenerException (const std::string &message) | |
| Construct exception with error message. | |
| const char * | what () const noexcept override |
| Get the error message. | |
Private Attributes | |
| std::string | _message |
Definition at line 6 of file Listener.hpp.
|
inlineexplicit |
Construct exception with error message.
| message | Description of the error |
Definition at line 12 of file Listener.hpp.
|
inlineoverridenoexcept |
Get the error message.
Definition at line 18 of file Listener.hpp.
References _message.
|
private |
Definition at line 21 of file Listener.hpp.
Referenced by what().