Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F987165
DifferentialFieldDataNotAvailableException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
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."
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 5:59 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
238461
Default Alt Text
DifferentialFieldDataNotAvailableException.php (409 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment