Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2347980
PhabricatorCustomFieldNotProxyException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
PhabricatorCustomFieldNotProxyException.php
View Options
<?php
final
class
PhabricatorCustomFieldNotProxyException
extends
Exception
{
public
function
__construct
(
PhabricatorCustomField
$field
)
{
$key
=
$field
->
getFieldKey
();
$name
=
$field
->
getFieldName
();
$class
=
get_class
(
$field
);
parent
::
__construct
(
"Custom field '{$name}' (with key '{$key}', of class '{$class}') can "
.
"not have a proxy set with setProxy(), because it returned false from "
.
"canSetProxy()."
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 11:00 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
447419
Default Alt Text
PhabricatorCustomFieldNotProxyException.php (462 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment