Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F987196
DifferentialFieldSpecificationIncompleteException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
DifferentialFieldSpecificationIncompleteException.php
View Options
<?php
final
class
DifferentialFieldSpecificationIncompleteException
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 "
.
"incompletely implemented: it claims it should appear in a context but "
.
"does not implement all the required methods for that context."
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 6:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
238460
Default Alt Text
DifferentialFieldSpecificationIncompleteException.php (494 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment