Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112609196
PhabricatorCustomFieldNotProxyException.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, May 11, 15:12
Size
480 B
Mime Type
text/x-php
Expires
Tue, May 13, 15:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26090554
Attached To
rPH Phabricator
PhabricatorCustomFieldNotProxyException.php
View Options
<?php
final
class
PhabricatorCustomFieldNotProxyException
extends
Exception
{
public
function
__construct
(
PhabricatorCustomField
$field
)
{
parent
::
__construct
(
pht
(
"Custom field '%s' (with key '%s', of class '%s') can not have a "
.
"proxy set with %s, because it returned %s from %s."
,
$field
->
getFieldName
(),
$field
->
getFieldKey
(),
get_class
(
$field
),
'setProxy()'
,
'false'
,
'canSetProxy()'
));
}
}
Event Timeline
Log In to Comment