Calculator
Step 4
|
#include <calc_error.hpp>
Public Member Functions | |
function_error (std::string const &name, std::size_t expected, std::size_t actual) | |
Public Member Functions inherited from calc_error | |
calc_error (std::string const &msg) | |
Private Member Functions | |
std::string | msg (std::string const &name, std::size_t expected, std::size_t actual) |
Exception class for function call problems.
Definition at line 34 of file calc_error.hpp.
|
inline |
Definition at line 37 of file calc_error.hpp.
References msg().
|
private |
Definition at line 5 of file calc_error.cpp.
Referenced by function_error().