Exception: Aikido::Zen::OutboundConnectionBlockedError
- Inherits:
-
StandardError
- Object
- StandardError
- Aikido::Zen::OutboundConnectionBlockedError
- Defined in:
- lib/aikido/zen/errors.rb
Instance Method Summary collapse
-
#initialize(connection) ⇒ OutboundConnectionBlockedError
constructor
A new instance of OutboundConnectionBlockedError.
Constructor Details
#initialize(connection) ⇒ OutboundConnectionBlockedError
Returns a new instance of OutboundConnectionBlockedError.
119 120 121 |
# File 'lib/aikido/zen/errors.rb', line 119 def initialize(connection) super("Zen blocked an outbound connection to #{connection.host}.") end |