Flyby SDK v0.3.0
Loading...
Searching...
No Matches
flyby::not_implemented_error Class Referencefinal

An error representing a function that is not implemented. More...

#include <error.h>

Inheritance diagram for flyby::not_implemented_error:
Collaboration diagram for flyby::not_implemented_error:

Public Member Functions

 not_implemented_error ()=default
 Default constructor.
 
const char * what ()
 Returns the error message.
 

Detailed Description

An error representing a function that is not implemented.

Member Function Documentation

◆ what()

const char * flyby::not_implemented_error::what ( )
inline

Returns the error message.

Returns
The string "Function not implemented."

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