Exception: Rubuild::Load::Loader::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rubuild/load/loader.rb

Overview

Rubuild::Load::Loader::Error Superclass of errors generated by Loader.

Direct Known Subclasses

Unprovisioned

Defined Under Namespace

Classes: Unprovisioned

Instance Method Summary collapse

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, message)
  self.rubuild_load_loader_error__loader = loader
  super(message)
end