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



53
54
55
# File 'lib/virgil/sdk/cryptography/virgil_crypto.rb', line 53

def to_s
  "Signature is not valid"
end