mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Remove Liquid::FilterNotFoundError since it is never raised.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user