Sha256: 6200e0fe43921bb31f44fa24f1b4a99a3036fb65ca9a246f5f336f314f415e75

Contents?: true

Size: 174 Bytes

Versions: 5

Compression:

Stored size: 174 Bytes

Contents

require 'capgun/error/client_error'

module Capgun
  # Raised when Capgun returns the HTTP status code 401
  class Error::Unauthorized < Capgun::Error::ClientError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capgun-0.2.0 lib/capgun/error/unauthorized.rb
capgun-0.1.2 lib/capgun/error/unauthorized.rb
capgun-0.1.1 lib/capgun/error/unauthorized.rb
capgun-0.1.0 lib/capgun/error/unauthorized.rb
capgun-0.0.3 lib/capgun/error/unauthorized.rb