3 final class ConduitApplicationNotInstalledException
4 extends ConduitMethodNotFoundException
{
6 public function __construct(ConduitAPIMethod
$method, $application) {
9 "Method '%s' belongs to application '%s', which is not installed.",
10 $method->getAPIMethodName(),