Calculator  Step 4
Public Member Functions | List of all members
parse_error Class Reference

#include <calc_error.hpp>

Inheritance diagram for parse_error:
calc_error syntax_error

Public Member Functions

 parse_error (std::string const &msg)
 
- Public Member Functions inherited from calc_error
 calc_error (std::string const &msg)
 

Detailed Description

Exception class for parser errors.

Definition at line 21 of file calc_error.hpp.

Constructor & Destructor Documentation

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

Definition at line 23 of file calc_error.hpp.

23 : calc_error{msg} {}

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