Exception: TZInfo::UnknownTimezone
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | lib/tzinfo/timezone.rb | 
Overview
UnknownTimezone is raised when calling methods on an instance of
Timezone that was created directly. To obtain Timezone instances the
Timezone.get method should be used instead.