|
| NotImplemented (const std::string &file, int line, const std::string &func) |
| Initializes a NotImplemented error. More...
|
|
| Error (const std::string &file, int line, const std::string &what) |
| Initializes an error. More...
|
|
virtual const char * | what () const noexcept override |
| Returns a human-readable string with a more detailed description of the error.
|
|
◆ NotImplemented()
NotImplemented::NotImplemented |
( |
const std::string & |
file, |
|
|
int |
line, |
|
|
const std::string & |
func |
|
) |
| |
|
inline |
Initializes a NotImplemented error.
- Parameters
-
file | The name of the offending source file |
line | The source code line number where the error occurred |
func | The name of the not-yet implemented function |
The documentation for this class was generated from the following file: