Exception: Funes::ConflictingActualTimeError
- Inherits:
-
StandardError
- Object
- StandardError
- Funes::ConflictingActualTimeError
- Defined in:
- lib/funes/conflicting_actual_time_error.rb
Overview
Raised when both an explicit at: on append and the event's actual_time_attribute
are present with different values.
This is always a bug in the caller's code — there's no valid reason to provide conflicting actual times for the same event.