Exception: EvalIn::ConnectionError

Inherits:
EvalInError
  • Object
show all
Defined in:
lib/eval-in/exceptions.rb

Overview

Raised when an error occurs during connection.

Since:

  • 0.0.1

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ConnectionError

Returns a new instance of ConnectionError.

Since:

  • 0.0.1



10
11
12
# File 'lib/eval-in/exceptions.rb', line 10

def initialize(error)
  super "Connection error: #{error}"
end