Exception: Bunto::Assets::Liquid::Tag::Parser::UnknownProxyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bunto/assets/liquid/tag/parser.rb

Overview


Instance Method Summary collapse

Constructor Details

#initializeUnknownProxyError

Returns a new instance of UnknownProxyError.



54
55
56
# File 'lib/bunto/assets/liquid/tag/parser.rb', line 54

def initialize
  super "Unknown proxy argument."
end