|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Exception that an HFT parameter is missing in the instruction file. More...
#include <insfile_reader.h>
Public Member Functions | |
| missing_hft_parameter (const std::string &hft_name, const std::string &key) | |
| Constructor for missing HFT parameter. More... | |
Exception that an HFT parameter is missing in the instruction file.
|
inline |
Constructor for missing HFT parameter.
| hft_name | Identifier of the HFT. |
| key | The fully qualified TOML key. |