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