Exception: ProtkError
- Inherits:
-
StandardError
- Object
- StandardError
- ProtkError
- Defined in:
- lib/protk/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ ProtkError
constructor
A new instance of ProtkError.
Constructor Details
#initialize(message) ⇒ ProtkError
Returns a new instance of ProtkError.
4 5 6 |
# File 'lib/protk/error.rb', line 4 def initialize() @message= end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/protk/error.rb', line 3 def @message end |