Exception: Jekyll::Tags::IncludeTagError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/tags/include.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, path) ⇒ IncludeTagError

Returns a new instance of IncludeTagError.



8
9
10
11
# File 'lib/jekyll/tags/include.rb', line 8

def initialize(msg, path)
  super(msg)
  @path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



6
7
8
# File 'lib/jekyll/tags/include.rb', line 6

def path
  @path
end