OMW  0.1.0
Public Member Functions | List of all members
std::exception Class Reference

An exception of the C++ std. See std::exception for further detail. More...

Inheritance diagram for std::exception:
std::logic_error std::runtime_error std::invalid_argument std::out_of_range omw::windows::envVar_not_found omw::windows::invalid_unicode omw::windows::resource_not_found std::range_error

Public Member Functions

virtual const char * what () const noexcept
 Returns the explanatory string. More...
 

Detailed Description

An exception of the C++ std. See std::exception for further detail.

There are more inherited members from the base classes in std.

Member Function Documentation

◆ what()

virtual const char* std::exception::what ( ) const
virtualnoexcept

Returns the explanatory string.

See std::exception::what for further detail.


The documentation for this class was generated from the following file: