Exception: Virgil::SDK::HighLevel::VirgilCardManager::AccessTokenException
- Inherits:
-
StandardError
- Object
- StandardError
- Virgil::SDK::HighLevel::VirgilCardManager::AccessTokenException
- 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_s ⇒ Object
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 |