TwiceAsNice  2019-02-18
Public Member Functions | Protected Attributes | List of all members
IOError Class Reference

Exception returned when there is I/O malfunction with the device. More...

#include <mgen.h>

Inheritance diagram for IOError:
Inheritance graph
Collaboration diagram for IOError:
Collaboration graph

Public Member Functions

virtual const char * what () const noexcept
 
 IOError (int code)
 
virtual ~IOError ()
 

Protected Attributes

std::string const _what
 

Detailed Description

Exception returned when there is I/O malfunction with the device.

Constructor & Destructor Documentation

◆ IOError()

IOError::IOError ( int  code)
inline

◆ ~IOError()

virtual IOError::~IOError ( )
inlinevirtual

Member Function Documentation

◆ what()

virtual const char* IOError::what ( ) const
inlinevirtualnoexcept

Member Data Documentation

◆ _what

std::string const IOError::_what
protected

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