8 lines
105 B
Ruby

# frozen_string_literal: true
module Nostr
# Base error class
class Error < StandardError
end
end