Exception: Granite::Projector::Error
- Defined in:
- lib/granite/projector/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#projector ⇒ Object
readonly
Returns the value of attribute projector.
Instance Method Summary collapse
-
#initialize(message, projector = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, projector = nil) ⇒ Error
Returns a new instance of Error.
8 9 10 11 |
# File 'lib/granite/projector/error.rb', line 8 def initialize(, projector = nil) @projector = projector super() end |
Instance Attribute Details
#projector ⇒ Object (readonly)
Returns the value of attribute projector.
6 7 8 |
# File 'lib/granite/projector/error.rb', line 6 def projector @projector end |