Class not_implemented
Header:
proxy.h
Module:proxy
Since: 3.2.0
class not_implemented : public std::exception;
A type of object to be thrown by the default implementation of weak_dispatch
.
Member Functions
Name | Description |
---|---|
(constructor) | constructs a not_implemented object |
(destructor) | destroys a not_implemented object |
what |
returns the explanatory string |