# frozen_string_literal: true module Nostr # Base class for all signature validation errors class SignatureValidationError < Error; end end