FiberIO
Fiber-based C++ network library
Public Member Functions | List of all members
fiberio::address_family_not_supported_error Class Reference

Thrown when e.g. trying to use IPv6 and it's not supported on the system. More...

#include <exceptions.hpp>

Inheritance diagram for fiberio::address_family_not_supported_error:
Inheritance graph
[legend]
Collaboration diagram for fiberio::address_family_not_supported_error:
Collaboration graph
[legend]

Public Member Functions

 address_family_not_supported_error ()
 
- Public Member Functions inherited from fiberio::io_error
 io_error (const char *msg)
 

Detailed Description

Thrown when e.g. trying to use IPv6 and it's not supported on the system.

Definition at line 24 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ address_family_not_supported_error()

fiberio::address_family_not_supported_error::address_family_not_supported_error ( )
inline

Definition at line 27 of file exceptions.hpp.


The documentation for this class was generated from the following file: