XRootD
Loading...
Searching...
No Matches
CurlHandlerSetupError Class Reference
+ Inheritance diagram for CurlHandlerSetupError:
+ Collaboration diagram for CurlHandlerSetupError:

Public Member Functions

 CurlHandlerSetupError (const std::string &msg)
 
virtual ~CurlHandlerSetupError () noexcept
 

Detailed Description

Definition at line 19 of file XrdHttpTpcMultistream.cc.

Constructor & Destructor Documentation

◆ CurlHandlerSetupError()

CurlHandlerSetupError::CurlHandlerSetupError ( const std::string &  msg)
inline

Definition at line 21 of file XrdHttpTpcMultistream.cc.

21 :
22 std::runtime_error(msg)
23 {}

◆ ~CurlHandlerSetupError()

virtual CurlHandlerSetupError::~CurlHandlerSetupError ( )
inlinevirtualnoexcept

Definition at line 25 of file XrdHttpTpcMultistream.cc.

25{}

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