Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109839267
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
Wed, Apr 23, 14:43
Size
217 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 14:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25745173
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