summaryrefslogtreecommitdiff
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/error.py b/error.py
index 910e13b..96872cc 100644
--- a/error.py
+++ b/error.py
@@ -129,6 +129,7 @@ class MarkedYAMLError(YAMLError):
class YAMLStreamError(Exception):
pass
+
class ReusedAnchorWarning(Warning):
pass