Remove unused exception
This commit is contained in:
parent
5862368498
commit
87f56e6e9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user