Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Dec 27, 2024
2 parents a18b9be + 3bcf127 commit d229dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contracts/Exceptions/NotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,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
{
Expand Down

0 comments on commit d229dbc

Please sign in to comment.