XRootD
CurlHandlerSetupError Class Reference
+ Inheritance diagram for CurlHandlerSetupError:
+ Collaboration diagram for CurlHandlerSetupError:

Public Member Functions

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

Detailed Description

Definition at line 20 of file XrdTpcMultistream.cc.

Constructor & Destructor Documentation

◆ CurlHandlerSetupError()

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

Definition at line 22 of file XrdTpcMultistream.cc.

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

◆ ~CurlHandlerSetupError()

virtual CurlHandlerSetupError::~CurlHandlerSetupError ( )
throw (
)
inlinevirtual

Definition at line 26 of file XrdTpcMultistream.cc.

26 {}

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