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:

  • lemur

Instance Method Summary collapse

Instance Method Details

#to_sObject



12
13
14
# File 'lib/qo/exceptions.rb', line 12

def to_s
  "No Qo matchers were provided!"
end