PHP Class eZ\Publish\Core\Base\Exceptions\NotFoundException

Use: throw new NotFound( 'Content', 42 );
Inheritance: extends eZ\Publish\API\Repository\Exceptions\NotFoundException, implements eZ\Publish\Core\Base\Exceptions\Httpable, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Mostra file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
__construct ( string $what, mixed $identifier, Exception $previous = null ) Generates: Could not find '{$what}' with identifier '{$identifier}'.

Method Details

__construct() public method

Generates: Could not find '{$what}' with identifier '{$identifier}'.
public __construct ( string $what, mixed $identifier, Exception $previous = null )
$what string
$identifier mixed
$previous Exception