Class SocketException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class SocketException : public std::runtime_error

Exception class thrown by socket classes in this file.

Public Functions

inline SocketException(std::string description)

Constructor.

Parameters:

description – Error message

inline ~SocketException()