summaryrefslogtreecommitdiffstats
path: root/pytzdata/exceptions.py
blob: e6744a6c558c5d5b23a6948985e57e3636af5c58 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

from ._compat import FileNotFoundError


class TimezoneNotFound(FileNotFoundError):

    pass