Sha256: c2d89da35d523f5e6a3798f4da93ccf9c0b4c9f8b9b8f38bf00ae44f58791f6b

Contents?: true

Size: 196 Bytes

Versions: 21

Compression:

Stored size: 196 Bytes

Contents

module PagSeguro
  module Errors
    class Unauthorized < Exception
      def initialize
        super("Credentials provided (e-mail and token) failed to authenticate")
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pag_seguro-0.5.3 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.5.2 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.5.1 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.4.1 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.4.0 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.3.2 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.3.1 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.3.0 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.2.3 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.2.2 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.2.1 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.2.0 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.9 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.8 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.7 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.6 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.4 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.3 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.2 lib/pag_seguro/errors/unauthorized.rb
pag_seguro-0.1.1 lib/pag_seguro/errors/unauthorized.rb