class Liquid::Tags::IncludeTagError
Attributes
path[RW]
Public Class Methods
new(msg, path)
click to toggle source
Calls superclass method
# File lib/liquid/tags/lr_include.rb, line 10 def initialize(msg, path) super(msg) @path = path end