summaryrefslogtreecommitdiff
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/error.py b/error.py
index 65a7a97..910e13b 100644
--- a/error.py
+++ b/error.py
@@ -126,6 +126,9 @@ class MarkedYAMLError(YAMLError):
return '\n'.join(lines)
+class YAMLStreamError(Exception):
+ pass
+
class ReusedAnchorWarning(Warning):
pass