Sha256: c665b325be6f46696de35cfe724ea156d0c5b72c1b4558b503c5e2bfc97064c8
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
module BunnyMock ## # Base class for all exceptions # # @api public # class Exception < ::StandardError; end ## # Raised when a queue or exchange is not found # # @api public # class NotFound < Exception; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bunny-mock-1.1.0 | lib/bunny_mock/exceptions.rb |