generated from Luis/nextjs-python-web-template
introduce ClanError type
This commit is contained in:
4
pkgs/clan-cli/clan_cli/errors.py
Normal file
4
pkgs/clan-cli/clan_cli/errors.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class ClanError(Exception):
|
||||
"""Base class for exceptions in this module."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user