|
Babel
1
The voip software that only works on your local network
|
This file contains the definitions of custom exception classes used to inform the user about various invalid inputs. More...


Go to the source code of this file.
Data Structures | |
| class | CustomExceptions::InvalidIp |
| Exception class for invalid IP addresses. More... | |
| class | CustomExceptions::InvalidPort |
| Exception class for invalid port numbers. More... | |
| class | CustomExceptions::InvalidType |
| Exception class for invalid types in std::any. More... | |
| class | CustomExceptions::InvalidUsername |
| Exception class for invalid usernames. More... | |
| class | CustomExceptions::InvalidOperation |
| Exception class for invalid operations. More... | |
| class | CustomExceptions::InvalidChoice |
| Exception class for invalid operations. More... | |
| class | CustomExceptions::InvalidDuration |
| Exception class for invalid durations. More... | |
| class | CustomExceptions::InvalidNumber |
| Exception class for invalid durations. More... | |
| class | CustomExceptions::InvalidTOML |
| Exception class for invalid TOML files. More... | |
| class | CustomExceptions::InvalidTOMLKeyType |
| Exception class for invalid TOML key types. More... | |
Namespaces | |
| namespace | CustomExceptions |
This file contains the definitions of custom exception classes used to inform the user about various invalid inputs.
Definition in file Invalid.hpp.