Exception: Akamaized::Exception::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- Akamaized::Exception::ConnectionError
- Defined in:
- lib/akamaized/exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
- #message ⇒ Object
Constructor Details
#initialize(message) ⇒ ConnectionError
Returns a new instance of ConnectionError.
26 27 28 |
# File 'lib/akamaized/exception.rb', line 26 def initialize() = end |
Instance Method Details
#message ⇒ Object
30 31 32 |
# File 'lib/akamaized/exception.rb', line 30 def "Unable to connect to Akamai. Please check your authentication credentials and internet cable. Message: #{@message}" end |