summaryrefslogtreecommitdiff
path: root/lib/yaml/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/error.rb')
-rw-r--r--lib/yaml/error.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml/error.rb b/lib/yaml/error.rb
index a9df22749b..15865a9aa9 100644
--- a/lib/yaml/error.rb
+++ b/lib/yaml/error.rb
@@ -29,5 +29,6 @@ module YAML
class Error < StandardError; end
class ParseError < Error; end
+ class TypeError < StandardError; end
end