Exception: Nostr::InvalidSignatureLengthError

Inherits:
SignatureValidationError show all
Defined in:
lib/nostr/errors/invalid_signature_length_error.rb

Overview

Raised when the signature’s length is not 128 characters

Instance Method Summary collapse

Constructor Details

#initializeInvalidSignatureLengthError

Initializes the error



14
15
16
# File 'lib/nostr/errors/invalid_signature_length_error.rb', line 14

def initialize
  super('Invalid signature length. It should have 128 characters.')
end