Exception: Duckling::TZDataUnavailable
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Duckling::TZDataUnavailable
- Defined in:
- lib/duckling.rb
Overview
Raised when reference_zone: is given on a host with no tz database at
all (no zoneinfo files, no tzinfo-data gem). Deliberately outside
ArgumentError: it reports the deployment, so input-validation rescues do
not swallow it. See docs/tz-database-axis.md.