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