Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::UnixException Class Reference

Unix exception wrapper class. More...

#include <Exception.h>

Inheritance diagram for sese::UnixException:
sese::Exception

Public Member Functions

 UnixException (const char *message)
 
const char * what () const noexcept override
 

Private Attributes

const char * msg {}
 

Detailed Description

Unix exception wrapper class.

Constructor & Destructor Documentation

◆ UnixException()

sese::UnixException::UnixException ( const char * message)
inlineexplicit

Member Function Documentation

◆ what()

const char * sese::UnixException::what ( ) const
inlinenodiscardoverridenoexcept

References msg.

Member Data Documentation

◆ msg

const char* sese::UnixException::msg {}
private

Referenced by what().


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