Unity Scopes API
|
Exception to indicate that something went wrong with the middleware layer. More...
#include <unity/scopes/ScopeExceptions.h>
Public Member Functions | |
MiddlewareException (std::string const &reason) | |
Constructs the exception. More... | |
virtual std::exception_ptr | self () const override |
Returns a std::exception_ptr to this . More... | |
Copy and assignment | |
Copy constructor and assignment operator have the usual value semantics. | |
MiddlewareException (MiddlewareException const &) | |
MiddlewareException & | operator= (MiddlewareException const &) |
Exception to indicate that something went wrong with the middleware layer.
|
explicit |
Constructs the exception.
reason | Further details about the cause of the exception. |
|
overridevirtual |
Returns a std::exception_ptr
to this
.
std::exception_ptr
to this
. Reimplemented in unity::scopes::TimeoutException, and unity::scopes::ObjectNotExistException.