Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Invalid.hpp File Reference

This file contains the definitions of custom exception classes used to inform the user about various invalid inputs. More...

#include <string>
#include <exception>
#include "Recoded.hpp"
#include "Constants.hpp"
Include dependency graph for Invalid.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the definitions of custom exception classes used to inform the user about various invalid inputs.

Definition in file Invalid.hpp.