| Class | FakeWeb::MultipleMatchingURIsError |
| In: |
lib/fake_web.rb
|
| Parent: | StandardError |
This exception is raised if a Net::HTTP request matches more than one of the stubs you‘ve registered. To fix the problem, remove a duplicate registration or disambiguate any regular expressions by making them more specific.