Exception: Qo::Exceptions::NoMatchersProvided
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Qo::Exceptions::NoMatchersProvided
- Defined in:
- lib/qo/exceptions.rb
Overview
If no matchers in either Array or Hash style are provided.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/qo/exceptions.rb', line 14 def to_s "No Qo matchers were provided!" end |