Remove Liquid::FilterNotFoundError since it is never raised.

This commit is contained in:
Dylan Thacker-Smith
2014-09-15 17:42:07 -04:00
parent 6875e5e16f
commit b2a74883e9
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -50,7 +50,6 @@ module Liquid
class ArgumentError < Error; end
class ContextError < Error; end
class FilterNotFound < Error; end
class FileSystemError < Error; end
class StandardError < Error; end
class SyntaxError < Error; end