|
Babel
1
The voip software that only works on your local network
|
Exception class for invalid usernames. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidUsername (const std::string &error="") | |
| Construct a new InvalidUsername object. | |
| ~InvalidUsername () | |
| Destroy the InvalidUsername object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid usernames.
Definition at line 107 of file Invalid.hpp.
| CustomExceptions::InvalidUsername::InvalidUsername | ( | const std::string & | error = "" | ) |
Construct a new InvalidUsername object.
| error | Additional information about the error. |
Definition at line 71 of file Invalid.cpp.
| CustomExceptions::InvalidUsername::~InvalidUsername | ( | ) |
Destroy the InvalidUsername object.
Definition at line 82 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 84 of file Invalid.cpp.