Exception class for errors in the command line (such as unknown arguments or syntax errors). More...
#include <Exceptions.hpp>
Additional Inherited Members | |
![]() | |
exception (std::string what) | |
Creates the exception with the given message. More... | |
exception () | |
Creates the exception with no message. | |
const char * | what () const noexceptoverride |
See std::exception::what(). | |
![]() | |
std::string | m_what |
Description of the exception. More... | |
Exception class for errors in the command line (such as unknown arguments or syntax errors).