This commit is contained in:
beder
2008-06-29 00:33:34 +00:00
parent ab27b9781e
commit 45dfc719e1
6 changed files with 74 additions and 104 deletions

View File

@@ -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: