Exception: RSpecTracer::Storage::Serializer::MsgpackGemNotInstalled Private
- Inherits:
-
StandardError
- Object
- StandardError
- RSpecTracer::Storage::Serializer::MsgpackGemNotInstalled
- Defined in:
- lib/rspec_tracer/storage/serializer/msgpack.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Raised when the caller asks for :msgpack but the msgpack gem is not in the user’s bundle. JsonBackend rescues at construct time + falls back to the Json serializer with a warn line, same optional-dep pattern the RedisBackend uses for the redis gem.