class Time::Location::InvalidTZDataError
inherits Exception
¶
InvalidTZDataError
is raised if a zoneinfo file contains invalid
time zone data.
Details on the exact cause can be found in the error message.
Class methods¶
.initialize(message : String? = "Malformed time zone information", cause : Exception? = nil)
¶
(message : String? = "Malformed time zone information", cause : Exception? = nil)