AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::RouterException Class Reference

REST router exception class. More...

#include <routerException.hpp>

Inheritance diagram for anch::rest::RouterException:
Collaboration diagram for anch::rest::RouterException:

Public Member Functions

 RouterException (const std::string &msg)
virtual ~RouterException ()
virtual const char * what () const noexcept override

Detailed Description

REST router exception class.

Errors on AnCH REST router runtime initialization

Author
Vincent Lachenal
Since
0.1

Constructor & Destructor Documentation

◆ RouterException()

anch::rest::RouterException::RouterException ( const std::string & msg)
explicit

RouterException constuctor

Parameters
msgthe error message

◆ ~RouterException()

virtual anch::rest::RouterException::~RouterException ( )
virtual

RouterException destructor

Member Function Documentation

◆ what()

virtual const char * anch::rest::RouterException::what ( ) const
overridevirtualnoexcept

Error message

Returns
error message

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