CC Localization
Public Member Functions | Public Attributes | List of all members
Error Struct Reference

Error exception. More...

#include <utils.hh>

Public Member Functions

 Error (std::string const &msg)
 Create exception with message. More...
 

Public Attributes

std::string msg
 

Detailed Description

Error exception.

Definition at line 14 of file utils.hh.

Constructor & Destructor Documentation

◆ Error()

Error::Error ( std::string const &  msg)
inline

Create exception with message.

Parameters
msgmessage text

Definition at line 18 of file utils.hh.

Member Data Documentation

◆ msg

std::string Error::msg

description of the error

Definition at line 16 of file utils.hh.


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