File: errors.py

package info (click to toggle)
python-idasen-ha 2.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 571; sh: 5; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Errors/Exceptions."""


class AuthFailedError(Exception):
    """Authentication Failed Exception."""