This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/emails/exc.py

4 lines
61 B
Python

# encoding: utf-8
class HTTPLoaderError(Exception):
pass