Exception: Polyglot::NestedLoadError

Inherits:
LoadError
  • Object
show all
Defined in:
lib/polyglot.rb

Instance Method Summary collapse

Constructor Details

#initialize(le) ⇒ NestedLoadError

Returns a new instance of NestedLoadError.



10
11
12
# File 'lib/polyglot.rb', line 10

def initialize le
  @le = le
end

Instance Method Details

#reraiseObject

Raises:

  • (@le)


13
14
15
# File 'lib/polyglot.rb', line 13

def reraise
  raise @le
end