generated from Luis/nextjs-python-web-template
5 lines
90 B
Python
5 lines
90 B
Python
class ClanError(Exception):
|
|
"""Base class for exceptions in this module."""
|
|
|
|
pass
|