7 lines
141 B
Ruby
7 lines
141 B
Ruby
module Locomotive
|
|
module Liquid
|
|
class PageNotFound < ::Liquid::Error; end
|
|
|
|
class PageNotTranslated < ::Liquid::Error; end
|
|
end
|
|
end |