Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93897038
DifferentialFieldDataNotAvailableException.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, Dec 2, 08:32
Size
409 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 08:32 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22715771
Attached To
rPH Phabricator
DifferentialFieldDataNotAvailableException.php
View Options
<?php
final
class
DifferentialFieldDataNotAvailableException
extends
Exception
{
public
function
__construct
(
DifferentialFieldSpecification
$spec
)
{
$key
=
$spec
->
getStorageKey
();
$class
=
get_class
(
$spec
);
parent
::
__construct
(
"Differential field specification for '{$key}' (of class '{$class}') is "
.
"attempting to access data which is not available in this context."
);
}
}
Event Timeline
Log In to Comment