Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106271055
PhabricatorCustomFieldDataNotAvailableException.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
Mon, Mar 24, 06:51
Size
427 B
Mime Type
text/x-php
Expires
Wed, Mar 26, 06:51 (2 d)
Engine
blob
Format
Raw Data
Handle
25155456
Attached To
rPH Phabricator
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
)));
}
}
Event Timeline
Log In to Comment