WoohooLabs\Yin\JsonApi\Exception\ExceptionFactoryInterface::createClientGeneratedIdAlreadyExistsException PHP Method

createClientGeneratedIdAlreadyExistsException() public method

public createClientGeneratedIdAlreadyExistsException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $currentId ) : Exception
$request WoohooLabs\Yin\JsonApi\Request\RequestInterface
$currentId string
return Exception
    public function createClientGeneratedIdAlreadyExistsException(RequestInterface $request, $currentId);