29 const char *
what() {
return "Function not implemented."; }
An error representing a function that is not implemented.
Definition error.h:17
const char * what()
Returns the error message.
Definition error.h:29
not_implemented_error()=default
Default constructor.