Sha256: 57cfdef19fbccb5d20e1846d3fee7af01e57b41c8d2c3c217dd36bf9cd154b29

Contents?: true

Size: 153 Bytes

Versions: 2

Compression:

Stored size: 153 Bytes

Contents

require 'evrythng/error'

module Evrythng
  # Raised when Evrythng returns a 4xx HTTP status code
  class Error::ClientError < Evrythng::Error
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
evrythng-0.1.1 lib/evrythng/error/client_error.rb
evrythng-0.1.0 lib/evrythng/error/client_error.rb