|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Exception that a parameter is not of an expected data type. More...
#include <insfile_reader.h>
Public Member Functions | |
| wrong_param_type (const std::string &key, const std::string &type_expected, const std::string &type_found) | |
| Constructor. More... | |
Exception that a parameter is not of an expected data type.
|
inline |
Constructor.
| key | The fully qualified TOML key. |
| type_expected | What key is supposed to be. |
| type_found | The type of key in the given instruction file. |