Exception: Virgil::SDK::Cryptography::VirgilCrypto::SignatureIsNotValid

Inherits:
StandardError
  • Object
show all
Defined in:
lib/virgil/sdk/cryptography/virgil_crypto.rb

Overview

Exception raised when Signature is not valid

Instance Method Summary collapse

Instance Method Details

#to_sObject



47
48
49
# File 'lib/virgil/sdk/cryptography/virgil_crypto.rb', line 47

def to_s
   "Signature is not valid"
end