Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98301850
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
Sat, Jan 11, 21:59
Size
355 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 21:59 (2 d)
Engine
blob
Format
Raw Data
Handle
23553490
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