Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2368135
ConduitApplicationNotInstalledException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
318 B
Referenced Files
None
Subscribers
None
ConduitApplicationNotInstalledException.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment