Sha256: d061daf616a6f7a12fe0b62e9cfad5446e83a6d7be2db4fa35e6477a6da71a1a

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

require 'flattr/error/client_error'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flattr-0.3.7 lib/flattr/error/unauthorized.rb
flattr-0.3.6 lib/flattr/error/unauthorized.rb
flattr-0.3.5 lib/flattr/error/unauthorized.rb
flattr-0.3.4 lib/flattr/error/unauthorized.rb
flattr-0.3.3 lib/flattr/error/unauthorized.rb
flattr-0.3.2 lib/flattr/error/unauthorized.rb
flattr-0.3.1 lib/flattr/error/unauthorized.rb
flattr-0.3.0 lib/flattr/error/unauthorized.rb