Zend\Stratigility\Http\Response::responseIsAlreadyCompleted PHP Méthode

responseIsAlreadyCompleted() private méthode

private responseIsAlreadyCompleted ( string $detectedInMethod ) : RuntimeExceptio\RuntimeException
$detectedInMethod string
Résultat RuntimeExceptio\RuntimeException
    private function responseIsAlreadyCompleted($detectedInMethod)
    {
        return new RuntimeException(sprintf('Calling %s is not possible, as the response is already marked as completed.', $detectedInMethod));
    }