cpp · cpp/std--exception
std--exception
std::exception
The base class for all standard C++ exceptions. Provides the virtual what() method that returns a human-readable description of the error. Custom exception classes should inherit from this or one of its subclasses.