Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101918219
PhabricatorClusterNoHostForRoleException.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, Feb 15, 03:26
Size
217 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 03:26 (2 d)
Engine
blob
Format
Raw Data
Handle
24245614
Attached To
rPH Phabricator
PhabricatorClusterNoHostForRoleException.php
View Options
<?php
final
class
PhabricatorClusterNoHostForRoleException
extends
Exception
{
public
function
__construct
(
$role
)
{
parent
::
__construct
(
pht
(
'Search cluster has no hosts for role "%s".'
,
$role
));
}
}
Event Timeline
Log In to Comment