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.7.1 lib/mocha/expectation_error.rb
mocha-2.7.0 lib/mocha/expectation_error.rb
mocha-2.6.1 lib/mocha/expectation_error.rb
mocha-2.6.0 lib/mocha/expectation_error.rb
mocha-2.5.0 lib/mocha/expectation_error.rb
mocha-2.4.5 lib/mocha/expectation_error.rb
mocha-2.4.4 lib/mocha/expectation_error.rb
mocha-2.4.3 lib/mocha/expectation_error.rb
mocha-2.4.2 lib/mocha/expectation_error.rb
mocha-2.4.1 lib/mocha/expectation_error.rb
mocha-2.4.0 lib/mocha/expectation_error.rb
mocha-2.2.0 lib/mocha/expectation_error.rb
mocha-2.1.0 lib/mocha/expectation_error.rb
mocha-2.0.4 lib/mocha/expectation_error.rb
mocha-2.0.3 lib/mocha/expectation_error.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/mocha-2.0.2/lib/mocha/expectation_error.rb
mocha-2.0.2 lib/mocha/expectation_error.rb
mocha-1.16.1 lib/mocha/expectation_error.rb
mocha-1.15.1 lib/mocha/expectation_error.rb
mocha-2.0.1 lib/mocha/expectation_error.rb