Exception: Veryfi::Error::UnauthorizedAccessToken

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



22
23
24
# File 'lib/veryfi/error.rb', line 22

def to_s
  "Unauthorized Access Token"
end