Skip to content

Commit

Permalink
More code
Browse files Browse the repository at this point in the history
  • Loading branch information
LobaDK committed Jun 20, 2024
1 parent 7359850 commit 7e38be6
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 50 deletions.
6 changes: 6 additions & 0 deletions settings/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ class LoadError(SettingsException):
"""Exception raised when loading settings fails."""

pass


class IniFormatError(SettingsException):
"""Exception raised when an ini file is not formatted correctly."""

pass
Loading

0 comments on commit 7e38be6

Please sign in to comment.