style: ドキュメントコメント追加
This commit is contained in:
parent
8c8314848c
commit
6ac21eee9e
@ -2,6 +2,8 @@ from abc import ABCMeta
|
||||
|
||||
|
||||
class MeDaCaException(Exception, metaclass=ABCMeta):
|
||||
"""MeDaCaシステム固有のカスタムエラークラス"""
|
||||
|
||||
def __init__(self, error_id: str, message) -> None:
|
||||
super().__init__(message)
|
||||
self.error_id = error_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user