Page MenuHomePhorge

ConduitApplicationNotInstalledException.php
No OneTemporary

Size
318 B
Referenced Files
None
Subscribers
None

ConduitApplicationNotInstalledException.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 30, 10:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
273228
Default Alt Text
ConduitApplicationNotInstalledException.php (318 B)

Event Timeline