Exception: Machinery::Errors::ServerPortError
- Inherits:
-
MachineryError
- Object
- StandardError
- MachineryError
- Machinery::Errors::ServerPortError
- Defined in:
- lib/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ ServerPortError
constructor
A new instance of ServerPortError.
Constructor Details
#initialize(message) ⇒ ServerPortError
Returns a new instance of ServerPortError.
202 203 204 |
# File 'lib/exceptions.rb', line 202 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
200 201 202 |
# File 'lib/exceptions.rb', line 200 def @message end |