class SkypeCheck::QueryError

wrapper around all possible network and other io exceptions

Attributes

message[R]
source_error[R]

Public Class Methods

new(source_error) click to toggle source
# File lib/skype_check/query_error.rb, line 6
def initialize(source_error)
  @source_error = source_error
end