eZ\Publish\Core\Persistence\Legacy\Exception\TypeNotFound::__construct PHP Method

__construct() public method

Creates a new exception for $typeId in $status;.
public __construct ( mixed $typeId, mixed $status )
$typeId mixed
$status mixed
    public function __construct($typeId, $status)
    {
        parent::__construct('eZ\\Publish\\SPI\\Persistence\\Content\\Type', sprintf('ID: %s, Status: %s', $typeId, $status));
    }
TypeNotFound