From e344ebda8268502d0930a9dcbf376f1431a2041f Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Tue, 10 Jan 2023 15:51:37 +0700 Subject: [PATCH] Remove the unused Error class --- lib/nostr.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nostr.rb b/lib/nostr.rb index d286c20..179b7dd 100644 --- a/lib/nostr.rb +++ b/lib/nostr.rb @@ -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