Exception: TextVeloper::TextVeloperError
- Inherits:
-
StandardError
- Object
- StandardError
- TextVeloper::TextVeloperError
- Defined in:
- lib/text_veloper/util.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
Instance Method Summary collapse
-
#initialize(message, exception) ⇒ TextVeloperError
constructor
A new instance of TextVeloperError.
Constructor Details
#initialize(message, exception) ⇒ TextVeloperError
Returns a new instance of TextVeloperError.
15 16 17 18 |
# File 'lib/text_veloper/util.rb', line 15 def initialize , exception @exception = exception super() end |
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception.
13 14 15 |
# File 'lib/text_veloper/util.rb', line 13 def exception @exception end |