class Jekyll::Tags::IncludeTagError

Attributes

path[RW]

Public Class Methods

new(msg, path) click to toggle source
Calls superclass method
# File lib/jekyll/tags/include.rb, line 6
def initialize(msg, path)
  super(msg)
  @path = path
end