Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F545758
PhabricatorCustomFieldDataNotAvailableException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
427 B
Referenced Files
None
Subscribers
None
PhabricatorCustomFieldDataNotAvailableException.php
View Options
<?php
final
class
PhabricatorCustomFieldDataNotAvailableException
extends
Exception
{
public
function
__construct
(
PhabricatorCustomField
$field
)
{
parent
::
__construct
(
pht
(
"Custom field '%s' (with key '%s', of class '%s') is attempting "
.
"to access data which is not available in this context."
,
$field
->
getFieldName
(),
$field
->
getFieldKey
(),
get_class
(
$field
)));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 12:59 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122504
Default Alt Text
PhabricatorCustomFieldDataNotAvailableException.php (427 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment