Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93655346
DifferentialFieldSpecificationIncompleteException.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
Sat, Nov 30, 11:54
Size
494 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 11:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22680615
Attached To
rPH Phabricator
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."
);
}
}
Event Timeline
Log In to Comment