Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100699626
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
Sun, Feb 2, 00:10
Size
217 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 00:10 (2 d)
Engine
blob
Format
Raw Data
Handle
24016650
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