| 1 | <?php |
||
| 12 | class HiddenLocationException extends NotFoundHttpException |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var \eZ\Publish\API\Repository\Values\Content\Location |
||
| 16 | */ |
||
| 17 | private $location; |
||
| 18 | |||
| 19 | public function __construct(Location $location, $message = null, \Exception $previous = null, $code = 0) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \eZ\Publish\API\Repository\Values\Content\Location |
||
| 27 | */ |
||
| 28 | public function getLocation() |
||
| 32 | } |
||
| 33 |