|
| 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.
|
|
◆ Error()
Error::Error |
( |
const std::string & |
file, |
|
|
int |
line, |
|
|
const std::string & |
what |
|
) |
| |
|
inline |
Initializes an error.
- Parameters
-
file | The name of the offending source file |
line | The source code line number where the error occurred |
what | The error message |
The documentation for this class was generated from the following file: