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