diff --git a/src/contracts/Exceptions/NotFoundException.php b/src/contracts/Exceptions/NotFoundException.php index a78efd352..4094502b3 100644 --- a/src/contracts/Exceptions/NotFoundException.php +++ b/src/contracts/Exceptions/NotFoundException.php @@ -9,10 +9,10 @@ use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException; /** - * Implementation of the {@link \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException} - * interface. + * REST API equivalent of PHP API's NotFoundException. * - * @see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException + * Implementation of the {@see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException} + * interface. */ class NotFoundException extends APINotFoundException {