Exception: Jekyll::Tags::IncludeAbsoluteTagError

Inherits:
StandardError
  • Object
show all
Defined in:
flexible_include.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg, path) ⇒ IncludeAbsoluteTagError

Returns a new instance of IncludeAbsoluteTagError.



15
16
17
18
# File 'flexible_include.rb', line 15

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

Instance Attribute Details

#pathObject

Returns the value of attribute path.



13
14
15
# File 'flexible_include.rb', line 13

def path
  @path
end