Skip to content

Defined in header <fkYAML/exception.hpp>

fkyaml::parse_error

class parse_error : public exception;

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

parse_error: [error message] (at line [LINE], column [COLUMN])

See Also