mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added folded and literal scalars.
This commit is contained in:
@@ -15,6 +15,8 @@ namespace YAML
|
||||
class DocIndicatorInQuote: public Exception {};
|
||||
class EOFInQuote: public Exception {};
|
||||
class RequiredSimpleKeyNotFound: public Exception {};
|
||||
class ZeroIndentationInBlockScalar: public Exception {};
|
||||
class UnexpectedCharacterInBlockScalar: public Exception {};
|
||||
|
||||
class UnknownEscapeSequence: public Exception {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user