Exception: Bunto::Assets::Liquid::Tag::Parser::UnescapedColonError

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

Overview


Instance Method Summary collapse

Constructor Details

#initializeUnescapedColonError

Returns a new instance of UnescapedColonError.



46
47
48
# File 'lib/bunto/assets/liquid/tag/parser.rb', line 46

def initialize
  super "Unescaped double colon argument."
end