engine/lib/locomotive/liquid/errors.rb

5 lines
89 B
Ruby
Raw Normal View History

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