Exception: PagSeguro::Errors::Unauthorized

Inherits:
Exception
  • Object
show all
Defined in:
lib/pag_seguro/errors/unauthorized.rb

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

Returns a new instance of Unauthorized.



4
5
6
# File 'lib/pag_seguro/errors/unauthorized.rb', line 4

def initialize
  super("Credentials provided (e-mail and token) failed to authenticate")
end