Skip to content

Commit

Permalink
missing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl12 committed Feb 1, 2025
1 parent 0d52eb6 commit 9433696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appdaemon/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ class AppClassNotFound(Exception):
pass


class AppConfigNotFound(Exception):
pass


class PinOutofRange(Exception):
pass

Expand Down

0 comments on commit 9433696

Please sign in to comment.