Exception: ProntoForms::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ProntoForms::Error
- Defined in:
- lib/prontoforms.rb
Overview
Base error class.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message) ⇒ Error
Returns a new instance of Error.
11 12 13 |
# File 'lib/prontoforms.rb', line 11 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
9 10 11 |
# File 'lib/prontoforms.rb', line 9 def @message end |