Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90418676
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
Fri, Nov 1, 12:27
Size
318 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 12:27 (2 d)
Engine
blob
Format
Raw Data
Handle
22071363
Attached To
rPH Phabricator
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
));
}
}
Event Timeline
Log In to Comment