esphome-release/esphomerelease/exceptions.py

5 lines
96 B
Python

class EsphomeReleaseError(Exception):
"""Base error for EsphomeRelease errors."""
pass