Sha256: 1354f4faf84f65e9d598f8ad7d80fac4dafff9d56f06c9629f388a474d26fff7

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

class Syncano
  # General errors
  class BaseError < RuntimeError
  end

  # Class represeting errors returned by the Syncano API
  class ApiError < BaseError
  end

  # Class representing errors during connections
  class ConnectionError < BaseError
  end

  # Class representing timeout errors
  class TimeoutError < BaseError
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
syncano-3.1.4 lib/syncano/errors.rb
syncano-3.1.3 lib/syncano/errors.rb
syncano-3.1.2 lib/syncano/errors.rb
syncano-3.1.1 lib/syncano/errors.rb
syncano-3.1.1.beta5 lib/syncano/errors.rb
syncano-3.1.1.beta4 lib/syncano/errors.rb
syncano-3.1.1.beta3 lib/syncano/errors.rb
syncano-3.1.1.beta2 lib/syncano/errors.rb