|
| ModuleNotImplemented (const std::string &file, int line, const std::string &module, 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.
|
|
◆ ModuleNotImplemented()
ModuleNotImplemented::ModuleNotImplemented |
( |
const std::string & |
file, |
|
|
int |
line, |
|
|
const std::string & |
module, |
|
|
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 |
module | The name of the not-yet implemented module |
func | The name of the not-yet implemented function |
The documentation for this class was generated from the following file: