teqp 0.22.0
Loading...
Searching...
No Matches
teqp::teqpcException Class Reference

#include <exceptions.hpp>

Inheritance diagram for teqp::teqpcException:

Public Member Functions

 teqpcException (int code, const std::string &msg)
 
const char * what () const noexcept override
 

Public Attributes

const int code
 
const std::string msg
 

Detailed Description

Definition at line 7 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ teqpcException()

teqp::teqpcException::teqpcException ( int code,
const std::string & msg )
inline

Definition at line 11 of file exceptions.hpp.

Member Function Documentation

◆ what()

const char * teqp::teqpcException::what ( ) const
inlineoverridenoexcept

Definition at line 12 of file exceptions.hpp.

Member Data Documentation

◆ code

const int teqp::teqpcException::code

Definition at line 9 of file exceptions.hpp.

◆ msg

const std::string teqp::teqpcException::msg

Definition at line 10 of file exceptions.hpp.


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