Defined in header <fkYAML/exception.hpp>
fkyaml::out_of_range¶
A exception class indicating an invalid type conversion.
This class extends the fkyaml::exception
class and the what()
function emits an error message in either of the following formats:
- if an index which is used to access an element is out of range.
- if a key which is used to access an element is not found.