Skip to content

Defined in header <fkYAML/exception.hpp>

fkyaml::invalid_encoding

class invalid_encoding : public exception;

A exception class indicating an encoding error.
This class extends the fkyaml::exception class and the what() function emits an error message in the following format.

invalid_encoding: [error message] in=[array of elements detected an error]

See Also