From 87f56e6e9bbb8150fece16688799217a739e515a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=A4chele?= Date: Sun, 29 Oct 2023 18:57:32 +0100 Subject: [PATCH] Remove unused exception --- lib/rex/order_book.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rex/order_book.rb b/lib/rex/order_book.rb index 0ba3363..fc1fa2e 100644 --- a/lib/rex/order_book.rb +++ b/lib/rex/order_book.rb @@ -2,8 +2,6 @@ require "rbtree" module Rex class OrderBook - class NoMatcherProvidedError < StandardError; end - def initialize(matcher: Matcher.new) @matcher = matcher @sell_side = RBTree.new