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.



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

def initialize le
  @le = le
end

Instance Method Details

#reraiseObject

Raises:

  • (@le)


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

def reraise
  raise @le
end