Sha256: 6b129a4473ba0290985fbe298545f4b12870e49cda32c5e7ed50149196eef470

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

module Lipseys
  class Error < StandardError

    class NoContent < Lipseys::Error; end
    class NotAuthorized < Lipseys::Error; end
    class NotFound < Lipseys::Error; end
    class RequestError < Lipseys::Error; end
    class TimeoutError < Lipseys::Error; end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lipseys-6.2.1 lib/lipseys/error.rb
lipseys-6.2.0 lib/lipseys/error.rb
lipseys-6.1.1 lib/lipseys/error.rb
lipseys-6.1.0 lib/lipseys/error.rb
lipseys-6.0.2 lib/lipseys/error.rb
lipseys-6.0.1 lib/lipseys/error.rb
lipseys-6.0.0 lib/lipseys/error.rb