class PagseguroV2::Errors::Unauthorized

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/pagseguro_v2/errors/unauthorized.rb, line 4
def initialize
  super("Email and token provided have failed to authenticate")
end