lib/locomotive/steam/liquid/errors.rb in locomotivecms_steam-1.4.1 vs lib/locomotive/steam/liquid/errors.rb in locomotivecms_steam-1.5.0.beta1
- old
+ new
@@ -3,9 +3,11 @@
module Liquid
class PageNotFound < ::Liquid::Error; end
class SnippetNotFound < ::Liquid::Error; end
+ class SectionNotFound < ::Liquid::Error; end
+
class PageNotTranslated < ::Liquid::Error; end
end
end
end