A library for handling DID identifiers used in Bluesky AT Protocol

added missing FormatError in ServiceRecord

+3
+3
lib/didkit/service_record.rb
··· 3 3 4 4 module DIDKit 5 5 class ServiceRecord 6 + class FormatError < StandardError 7 + end 8 + 6 9 attr_reader :key, :type, :endpoint 7 10 8 11 def initialize(key, type, endpoint)