remove unused error class (#6511)

Merge pull request 6511
This commit is contained in:
Ashwin Maroli 2018-04-30 20:49:43 +05:30 committed by jekyllbot
parent 99da7cd940
commit f81f1e8e1b
1 changed files with 0 additions and 9 deletions

View File

@ -2,15 +2,6 @@
module Jekyll module Jekyll
module Tags module Tags
class IncludeTagError < StandardError
attr_accessor :path
def initialize(msg, path)
super(msg)
@path = path
end
end
class IncludeTag < Liquid::Tag class IncludeTag < Liquid::Tag
VALID_SYNTAX = %r! VALID_SYNTAX = %r!
([\w-]+)\s*=\s* ([\w-]+)\s*=\s*