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

createClientGeneratedIdNotSupportedException() public method

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