We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd913b commit 3bcf127Copy full SHA for 3bcf127
src/contracts/Exceptions/NotFoundException.php
@@ -9,10 +9,10 @@
9
use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException as APINotFoundException;
10
11
/**
12
- * Implementation of the {@link \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
13
- * interface.
+ * REST API equivalent of PHP API's NotFoundException.
14
*
15
- * @see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException
+ * Implementation of the {@see \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException}
+ * interface.
16
*/
17
class NotFoundException extends APINotFoundException
18
{
0 commit comments