Exception: Rubuild::Build::Context::Error::Run

Inherits:
Rubuild::Build::Context::Error show all
Defined in:
lib/rubuild/build/context.rb

Overview

Rubuild::Build::Context::Error::Run Some loaded dependencies did not get run.

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ Run

Create a Rubuild::Build::Context::Error::Run.

context

Rubuild::Build::Context which generated the error.



56
57
58
# File 'lib/rubuild/build/context.rb', line 56

def initialize(context)
  super(context, "Some loaded dependencies did not get run.")
end