1 | <?php |
||
14 | class PropertyDataValueTypeLookupException extends QueryEngineException { |
||
15 | |||
16 | private $propertyId; |
||
17 | |||
18 | public function __construct( PropertyId $propertyId, $message = null, Exception $previous = null ) { |
||
27 | |||
28 | /** |
||
29 | * @return PropertyId |
||
30 | */ |
||
31 | public function getPropertyId() { |
||
34 | |||
35 | } |
||
36 |