次の方法で共有


AppNotFoundException Class

Raised when specified app (name or UUID) is not found.

Constructor

AppNotFoundException(app: str, message: str | None = None)

Parameters

Name Description
app
Required
str

App name or id.

message
str

Custom error message. If not specified, a default message will be generated.

Default value: None