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