engine/lib/locomotive/liquid/errors.rb

7 lines
141 B
Ruby

module Locomotive
module Liquid
class PageNotFound < ::Liquid::Error; end
class PageNotTranslated < ::Liquid::Error; end
end
end