lib/wcc/contentful/exceptions.rb in wcc-contentful-0.1.0 vs lib/wcc/contentful/exceptions.rb in wcc-contentful-0.2.0
- old
+ new
@@ -29,6 +29,12 @@
end
end
ret.flatten(1)
end
end
+
+ class SyncError < StandardError
+ end
+
+ class ContentTypeNotFoundError < NameError
+ end
end