Exception: Rubuild::Env::Location::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Rubuild::Env::Location::Error
- Defined in:
- lib/rubuild/env/location.rb
Overview
Rubuild::Env::Location::Error Superclass of location-generated errors.
Direct Known Subclasses
Defined Under Namespace
Classes: BuiltEmpty, DataEmpty, SetData
Instance Method Summary collapse
-
#initialize(location, message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(location, message) ⇒ Error
Returns a new instance of Error.
11 12 13 14 |
# File 'lib/rubuild/env/location.rb', line 11 def initialize(location, ) super() self.rubuild_env_location_error__location = location end |