Skip to content

Defined in header <fkYAML/exception.hpp>

fkyaml::invalid_tag

class invalid_tag : public exception;

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

invalid_tag: [error message] tag=[invalid tag contents]

See Also