Exception: Whodunit::Chronicles::Error

Inherits:
StandardError
  • Object
show all
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