Exception: Liquidscript::InvalidReferenceError

Inherits:
CompileError show all
Defined in:
lib/liquidscript/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ InvalidReferenceError

Returns a new instance of InvalidReferenceError.



12
13
14
# File 'lib/liquidscript/errors.rb', line 12

def initialize(name)
  super "No variable named #{name}"
end