Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106878288
ConduitApplicationNotInstalledException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Apr 1, 23:20
Size
355 B
Mime Type
text/x-php
Expires
Thu, Apr 3, 23:20 (2 d)
Engine
blob
Format
Raw Data
Handle
25295375
Attached To
rPH Phabricator
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
));
}
}
Event Timeline
Log In to Comment