A library for handling DID identifiers used in Bluesky AT Protocol

added missing FormatError in ServiceRecord

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