From f81f1e8e1b3d435d00ef50f965799b6d3c34d580 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 30 Apr 2018 20:49:43 +0530 Subject: [PATCH] remove unused error class (#6511) Merge pull request 6511 --- lib/jekyll/tags/include.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 0ee983dc..db31af7c 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -2,15 +2,6 @@ module Jekyll module Tags - class IncludeTagError < StandardError - attr_accessor :path - - def initialize(msg, path) - super(msg) - @path = path - end - end - class IncludeTag < Liquid::Tag VALID_SYNTAX = %r! ([\w-]+)\s*=\s*