Exception: Plancast::PlancastError
- Inherits:
-
StandardError
- Object
- StandardError
- Plancast::PlancastError
- Defined in:
- lib/plancast.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ PlancastError
constructor
A new instance of PlancastError.
Constructor Details
#initialize(data) ⇒ PlancastError
Returns a new instance of PlancastError.
33 34 35 36 |
# File 'lib/plancast.rb', line 33 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
31 32 33 |
# File 'lib/plancast.rb', line 31 def data @data end |