Remove unused exception

This commit is contained in:
Tim Kächele 2023-10-29 18:57:32 +01:00
parent 5862368498
commit 87f56e6e9b

View File

@ -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