metaproxy  1.21.0
Public Member Functions | List of all members
metaproxy_1::Pipe::Error Class Reference
Inheritance diagram for metaproxy_1::Pipe::Error:
Inheritance graph
Collaboration diagram for metaproxy_1::Pipe::Error:
Collaboration graph

Public Member Functions

 Error (const std::string msg)
 

Detailed Description

Definition at line 30 of file pipe.hpp.

Constructor & Destructor Documentation

◆ Error()

metaproxy_1::Pipe::Error::Error ( const std::string  msg)
inline

Definition at line 32 of file pipe.hpp.

33  : std::runtime_error("Pipe error: " + msg) {};

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