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.
111 112 113 |
# File 'lib/aikido/zen/errors.rb', line 111 def initialize(connection) super("Zen blocked an outbound connection to #{connection.host}.") end |