NotFoundException クラス

リソースが見つからなかったときに発生する例外。

継承
NotFoundException

コンストラクター

NotFoundException(exception_message='', target=None, **kwargs)

パラメーター

exception_message
str
必須

エラーを説明するメッセージです。

target
既定値: None