Calculator
Step 4
|
#include <calc_error.hpp>
Public Member Functions | |
syntax_error (std::string const &msg) | |
Public Member Functions inherited from parse_error | |
parse_error (std::string const &msg) | |
Public Member Functions inherited from calc_error | |
calc_error (std::string const &msg) | |
Exception class for parser syntax errors.
Definition at line 27 of file calc_error.hpp.
|
inline |
Definition at line 29 of file calc_error.hpp.