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