Exception: PagseguroV2::Errors::Unauthorized

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

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

Returns a new instance of Unauthorized.



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

def initialize
  super("Email and token provided have failed to authenticate")
end