ApplicationExistsError#

exception phalanx.exceptions.ApplicationExistsError(name)#

Bases: Exception

Application being created already exists.

Parameters:

name (str) – Name of the application.