Exception: RgGen::RegisterMapError
- Inherits:
-
RgGenError
- Object
- StandardError
- RgGenError
- RgGen::RegisterMapError
- Defined in:
- lib/rggen/exceptions.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
readonly
Returns the value of attribute position.
Instance Method Summary collapse
-
#initialize(message, position) ⇒ RegisterMapError
constructor
A new instance of RegisterMapError.
Constructor Details
#initialize(message, position) ⇒ RegisterMapError
Returns a new instance of RegisterMapError.
15 16 17 18 |
# File 'lib/rggen/exceptions.rb', line 15 def initialize(, position) super() @position = position end |
Instance Attribute Details
#position ⇒ Object (readonly)
Returns the value of attribute position.
20 21 22 |
# File 'lib/rggen/exceptions.rb', line 20 def position @position end |