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
Tue, Sep 16, 6:35 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
449133
Default Alt Text
ConduitApplicationNotInstalledException.php (318 B)

Event Timeline