class Virgil::SDK::HighLevel::VirgilCardManager::AccessTokenException

Public Instance Methods

to_s() click to toggle source
# File lib/virgil/sdk/high_level/virgil_card_manager.rb, line 56
def to_s
  "For this operation access token can't be empty"
end