Sha256: ebe1f6020cd49093e58a3ad1a98e8e85044ab4f6322f7dcb4ba8b1dd1bb3b528

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

module Robtex
  class ResponseError < StandardError; end

  class AuthenticationError < ResponseError; end

  class NotFound < ResponseError; end

  class ProcessingError < ResponseError; end

  class RateLimited < ResponseError; end

  class InternalServerError < ResponseError; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
robtex-0.1.1 lib/robtex/exceptions.rb
robtex-0.1.0 lib/robtex/exceptions.rb