class EvalIn::ConnectionError

Raised when an error occurs during connection.

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/eval-in/exceptions.rb, line 10
def initialize(error)
  super "Connection error: #{error}"
end