Sha256: 4366b824fc214fd29df9f22bfe25a3e01f4c1156750a3eb183e1fd7a8b92c0cb

Contents?: true

Size: 407 Bytes

Versions: 5

Compression:

Stored size: 407 Bytes

Contents

module Mocha
  # Default exception class raised when an unexpected invocation or an unsatisfied expectation occurs.
  #
  # Authors of test libraries may use +Mocha::ExpectationErrorFactory+ to have Mocha raise a different exception.
  #
  # @see Mocha::ExpectationErrorFactory
  # rubocop:disable Lint/InheritException
  class ExpectationError < Exception; end
  # rubocop:enable Lint/InheritException
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mocha-1.9.0 lib/mocha/expectation_error.rb
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation_error.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/mocha-1.8.0/lib/mocha/expectation_error.rb
mocha-1.8.0 lib/mocha/expectation_error.rb
mocha-1.7.0 lib/mocha/expectation_error.rb