mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
This commit is contained in:
@@ -18,6 +18,8 @@ namespace YAML
|
||||
class RequiredSimpleKeyNotFound: public Exception {};
|
||||
class ZeroIndentationInBlockScalar: public Exception {};
|
||||
class UnexpectedCharacterInBlockScalar: public Exception {};
|
||||
class AnchorNotFound: public Exception {};
|
||||
class IllegalCharacterInAnchor: public Exception {};
|
||||
|
||||
class UnknownEscapeSequence: public Exception {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user