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

#include <parse.hpp>

Inheritance diagram for parse_error:

Public Member Functions

 parse_error (std::string const &msg)
 

Detailed Description

Exception class for parser errors, usually syntax errors.

Definition at line 11 of file parse.hpp.

Constructor & Destructor Documentation

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

Definition at line 13 of file parse.hpp.

13 : runtime_error{msg} {}

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