Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F545931
PhabricatorCustomFieldNotProxyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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, May 12, 1:03 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122537
Default Alt Text
PhabricatorCustomFieldNotProxyException.php (480 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment