std::exception
From cppreference.com
Template:cpp/error/exception/exception/sidebar
Defined in header <exception>
|
||
class exception; |
||
Provides consistent interface to handle errors through the throw expression.
Most of the exception classes inherit from Template:cpp