5 lines
89 B
Ruby
5 lines
89 B
Ruby
module Locomotive
|
|
module Liquid
|
|
class PageNotFound < ::Liquid::Error; end
|
|
end
|
|
end |