Exception: Rubuild::Build::Context::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Rubuild::Build::Context::Error
- Defined in:
- lib/rubuild/build/context.rb
Overview
Rubuild::Build::Context::Error Superclass of errors that get generated by a Build::Context.
Defined Under Namespace
Instance Method Summary collapse
-
#initialize(context, message) ⇒ Error
constructor
Create a Rubuild::Build::Context::Error.
Constructor Details
#initialize(context, message) ⇒ Error
Create a Rubuild::Build::Context::Error. Used internally.
context
-
the Rubuild::Build::Context which generated the error.
message
-
Human-readable string describing the error.
25 26 27 28 |
# File 'lib/rubuild/build/context.rb', line 25 def initialize(context, ) super() self.rubuild_build_context_error__context = context end |