Page MenuHome GnuPG

ConduitApplicationNotInstalledException.php
No OneTemporary

ConduitApplicationNotInstalledException.php

<?php
final class ConduitApplicationNotInstalledException
extends ConduitMethodNotFoundException {
public function __construct(ConduitAPIMethod $method, $application) {
parent::__construct(
pht(
"Method '%s' belongs to application '%s', which is not installed.",
$method->getAPIMethodName(),
$application));
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 14, 8:16 PM (16 h, 49 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ac/18/370c7b553cb3bb3ff1388c373012

Event Timeline