Error class to use if requested feature is unimplemented. More...
#include <error.hpp>
Public Member Functions | |
ErrorUnimplemented (const ErrorLocation &loc) | |
Constructor for unimplemented feature error with standard error message. | |
ErrorUnimplemented (const ErrorLocation &loc, const std::string &str) | |
Constructor for unimplemented feature error with custom error message. |
Error class to use if requested feature is unimplemented.
ErrorUnimplemented::ErrorUnimplemented | ( | const ErrorLocation & | loc | ) |
Constructor for unimplemented feature error with standard error message.
The error message is "feature unimplemented".
ErrorUnimplemented::ErrorUnimplemented | ( | const ErrorLocation & | loc, |
const std::string & | str | ||
) |
Constructor for unimplemented feature error with custom error message.