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.
158 159 160 |
# File 'lib/exceptions.rb', line 158 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
156 157 158 |
# File 'lib/exceptions.rb', line 156 def @message end |