Remove the unused Error class

This commit is contained in:
Wilson Silva 2023-01-10 15:51:37 +07:00
parent 32ee858365
commit e344ebda82
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8

View File

@ -4,6 +4,4 @@ require_relative 'nostr/version'
# Encapsulates all the gem's logic
module Nostr
class Error < StandardError; end
# Your code goes here...
end