Small refactoring.

This commit is contained in:
beder
2008-06-28 22:05:51 +00:00
parent 34cd7177cd
commit ab27b9781e
4 changed files with 20 additions and 42 deletions

View File

@@ -12,6 +12,7 @@ namespace YAML
class IllegalMapValue: public Exception {};
class IllegalScalar: public Exception {};
class IllegalTabInScalar: public Exception {};
class IllegalFlowEnd: public Exception {};
class DocIndicatorInQuote: public Exception {};
class EOFInQuote: public Exception {};
class RequiredSimpleKeyNotFound: public Exception {};