Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852453
PhabricatorCustomFieldNotProxyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
480 B
Referenced Files
None
Subscribers
None
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()'
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:34 (1 d, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1753592
Default Alt Text
PhabricatorCustomFieldNotProxyException.php (480 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment