Skip to content

Commit

Permalink
Fix ignored dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejar committed Jan 12, 2025
1 parent e23f599 commit 9cfedcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dist/
downloads/
eggs/
.eggs/
assistants/lib/
lib64/
parts/
sdist/
Expand Down
Empty file added assistants/lib/__init__.py
Empty file.
10 changes: 10 additions & 0 deletions assistants/lib/exceptions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
class BotException(Exception):
pass


class ConfigError(BotException):
pass


class NoResponseError(BotException):
pass

0 comments on commit 9cfedcd

Please sign in to comment.