Skip to content

Commit

Permalink
Remove unused error class
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrisonJ committed Apr 24, 2024
1 parent 38994b8 commit 1049751
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/sorted_containers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
require_relative "sorted_containers/sorted_array"
require_relative "sorted_containers/sorted_set"
require_relative "sorted_containers/sorted_hash"

module SortedContainers
class Error < StandardError; end
end

0 comments on commit 1049751

Please sign in to comment.