Exception: Virgil::SDK::HighLevel::VirgilCardManager::AccessTokenException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/virgil/sdk/high_level/virgil_card_manager.rb

Overview

AccessTokenException raises when access token is missing in actions where it's required.

Instance Method Summary collapse

Instance Method Details

#to_sObject



68
69
70
# File 'lib/virgil/sdk/high_level/virgil_card_manager.rb', line 68

def to_s
  "For this action access token can't be empty"
end