Exception: Veryfi::Error::UnauthorizedAccessToken

Inherits:
StandardError
  • Object
show all
Defined in:
lib/veryfi/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



31
32
33
# File 'lib/veryfi/error.rb', line 31

def to_s
  "401, Unauthorized Access Token"
end