Exception: Nostr::InvalidSignatureTypeError

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

Overview

Raised when the signature is not a string

Instance Method Summary collapse

Constructor Details

#initializeInvalidSignatureTypeError

Initializes the error



14
# File 'lib/nostr/errors/invalid_signature_type_error.rb', line 14

def initialize = super('Invalid signature type. It must be a string with lowercase hexadecimal characters.')