The base class for all UCX exceptions. More...
#include <exception.h>
Public Member Functions | |
Error (const std::string &msg) | |
The base class constructor. More... | |
const char * | what () const noexcept override |
Returns an explanatory string. More... | |
The base class for all UCX exceptions.
The base class for all UCX errors that may occur made into C++ exceptions.
|
inlineexplicit |
The base class constructor.
The base class constructor taking the explanatory string of the error.
[in] | msg | the explanatory string of the error. |
|
inlineoverridenoexcept |
Returns an explanatory string.
Returns an explanatory string of the UCX error that has occurred.