summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
Diffstat (limited to '_doc')
-rw-r--r--_doc/api.ryd6
1 files changed, 6 insertions, 0 deletions
diff --git a/_doc/api.ryd b/_doc/api.ryd
index 1b4208d..a295565 100644
--- a/_doc/api.ryd
+++ b/_doc/api.ryd
@@ -94,6 +94,12 @@ Initially only the typical operations are supported, but in principle
all functionality of the old interface will be available via
``YAML`` instances (if you are using something that isn't let me know).
+If a parse or dump fails, and throws and exception, the state of the
+`YAML()` instance is not guaranteed to be able to handle further
+processing. You should, at that point to recreate the YAML instance before
+proceeding.
+
+
Loading
+++++++