Exception: Rubuild::Load::NameSpace::Context::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Rubuild::Load::NameSpace::Context::Error
- Defined in:
- lib/rubuild/load/namespace.rb
Overview
Rubuild::Load::NameSpace::Context::Error Superclass of errors generated in context processing.
Direct Known Subclasses
Defined Under Namespace
Classes: InstanceMethod
Instance Method Summary collapse
-
#initialize(context, message) ⇒ Error
constructor
Create a new Rubuild::Load::NameSpace::Context::Error exception.
Constructor Details
#initialize(context, message) ⇒ Error
Create a new Rubuild::Load::NameSpace::Context::Error exception.
context
-
Private execution context associated with the exception.
message
-
Human-readable string describing the exception.
28 29 30 31 |
# File 'lib/rubuild/load/namespace.rb', line 28 def initialize(context, ) super() self.rubuild_load_namespace_context_error__context = context end |