Sha256: b2b63a4b09c5b113e2e0b08bdd351ba2abe41034f10b8918b851c93155daf11d

Contents?: true

Size: 364 Bytes

Versions: 36

Compression:

Stored size: 364 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
  class ExpectationError < Exception; end # rubocop:disable Lint/InheritException
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
mocha-2.0.0 lib/mocha/expectation_error.rb
mocha-1.16.0 lib/mocha/expectation_error.rb
mocha-2.0.0.alpha.1 lib/mocha/expectation_error.rb
mocha-2.0.0.alpha lib/mocha/expectation_error.rb
mocha-1.15.0 lib/mocha/expectation_error.rb
mocha-1.14.0 lib/mocha/expectation_error.rb
mocha-1.13.0 lib/mocha/expectation_error.rb
mocha-1.12.0 lib/mocha/expectation_error.rb
mocha-1.11.2 lib/mocha/expectation_error.rb
mocha-1.11.1 lib/mocha/expectation_error.rb
mocha-1.11.0 lib/mocha/expectation_error.rb
mocha-1.10.2 lib/mocha/expectation_error.rb
mocha-1.10.1 lib/mocha/expectation_error.rb
mocha-1.10.0 lib/mocha/expectation_error.rb
mocha-1.10.0.beta.1 lib/mocha/expectation_error.rb
mocha-1.10.0.alpha lib/mocha/expectation_error.rb