lib/wcc/contentful/exceptions.rb in wcc-contentful-0.4.0.pre.rc vs lib/wcc/contentful/exceptions.rb in wcc-contentful-1.0.0.pre.rc1
- old
+ new
@@ -32,6 +32,9 @@
# Raised by {WCC::Contentful::ModelMethods#resolve Model#resolve} when attempting
# to resolve an entry's links and that entry cannot be found in the space.
class ResolveError < StandardError
end
+
+ class InitializationError < StandardError
+ end
end