Exception: Polyglot::NestedLoadError
- Inherits:
-
LoadError
- Object
- LoadError
- Polyglot::NestedLoadError
- Defined in:
- lib/polyglot.rb
Instance Method Summary collapse
-
#initialize(le) ⇒ NestedLoadError
constructor
A new instance of NestedLoadError.
- #reraise ⇒ Object
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
#reraise ⇒ Object
14 15 16 |
# File 'lib/polyglot.rb', line 14 def reraise raise @le end |