Exception: Whodunit::Chronicles::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Whodunit::Chronicles::Error
- Defined in:
- lib/whodunit/chronicles/errors.rb
Overview
Base error class for all whodunit-chronicles errors.
Rescuing this class catches every error raised by the gem:
begin Whodunit::Chronicles.service.start rescue Whodunit::Chronicles::Error => e logger.error(“Chronicles failure: #ee.message”) end
Direct Known Subclasses
AdapterLoadError, ConfigurationError, ConnectionError, PersistenceError, ProcessingError, ReplicationError