Page MenuHomePhorge

ConduitApplicationNotInstalledException.php
No OneTemporary

Size
355 B
Referenced Files
None
Subscribers
None

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
Wed, May 7, 3:11 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
89646
Default Alt Text
ConduitApplicationNotInstalledException.php (355 B)

Event Timeline