Page MenuHomePhorge

DifferentialFieldSpecificationIncompleteException.php
No OneTemporary

Size
494 B
Referenced Files
None
Subscribers
None

DifferentialFieldSpecificationIncompleteException.php

<?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

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)

Event Timeline