Exception: Qo::Exceptions::NoMatchersProvided

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

Overview

If no matchers in either Array or Hash style are provided.

Author:

  • baweaver

Since:

  • 0.2.0

Instance Method Summary collapse

Instance Method Details

#to_sObject

Since:

  • 0.2.0



14
15
16
# File 'lib/qo/exceptions.rb', line 14

def to_s
  "No Qo matchers were provided!"
end