Exception: Rubuild::Load::Loader::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Rubuild::Load::Loader::Error
- Defined in:
- lib/rubuild/load/loader.rb
Overview
Rubuild::Load::Loader::Error Superclass of errors generated by Loader.
Direct Known Subclasses
Defined Under Namespace
Classes: Unprovisioned
Instance Method Summary collapse
-
#initialize(loader, message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(loader, message) ⇒ Error
Returns a new instance of Error.
11 12 13 14 |
# File 'lib/rubuild/load/loader.rb', line 11 def initialize(loader, ) self.rubuild_load_loader_error__loader = loader super() end |