summaryrefslogtreecommitdiff
path: root/error.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-04 14:27:02 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-04 14:27:02 +0200
commita0ff58af5242fddc39236168b18aafb7c8b324da (patch)
treeb7ba0da53b720dde7be6e3b32ad927456c6f5dcf /error.py
parent6ba66a44af41d072f5ceddfcdf2c21611c2a7cd0 (diff)
downloadruamel.yaml-a0ff58af5242fddc39236168b18aafb7c8b324da.tar.gz
initial version with YAML class0.15.0
Some new tests are still required
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