Exception: Qo::Exceptions::MultipleMatchersProvided

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/qo/exceptions.rb

Overview

If both Array and Hash style matchers are provided.

Author:

  • baweaver

Since:

  • 0.2.0

Instance Method Summary collapse

Instance Method Details

#to_sObject

Since:

  • 0.2.0



25
26
27
# File 'lib/qo/exceptions.rb', line 25

def to_s
  "Cannot provide both array and keyword matchers!"
end