Exception: Polyglot::NestedLoadError
- Inherits:
-
LoadError
- Object
- LoadError
- Polyglot::NestedLoadError
- Defined in:
- lib/puppet_x/wildfly/gems/polyglot-0.3.5/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.
10 11 12 |
# File 'lib/puppet_x/wildfly/gems/polyglot-0.3.5/lib/polyglot.rb', line 10 def initialize le @le = le end |
Instance Method Details
#reraise ⇒ Object
13 14 15 |
# File 'lib/puppet_x/wildfly/gems/polyglot-0.3.5/lib/polyglot.rb', line 13 def reraise raise @le end |