SigFn
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sigfn::exception Class Referencefinal

sigfn exception More...

#include <sigfn.hpp>

Inheritance diagram for sigfn::exception:

Public Member Functions

 exception (int status)
 create an exception based on a status code
 
const char * what () const noexcept override
 what override for std::exception
 

Detailed Description

sigfn exception

error codes to be thrown as exceptions

Constructor & Destructor Documentation

◆ exception()

sigfn::exception::exception ( int status)

create an exception based on a status code

Parameters
statuserror code that maps to an error message

Member Function Documentation

◆ what()

const char * sigfn::exception::what ( ) const
overridenoexcept

what override for std::exception

Returns
null-terminated char buffer containing error message

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