ClosedGeneratorException

Från Wiki.linux.se
Hoppa till navigering Hoppa till sök

Klassen ClosedGeneratorException

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Introduktion

En ClosedGeneratorException kastas när man försöker hämta ett värde från en stängd Generator.

Klassöversikt

class ClosedGeneratorException extends Exception {
/* Ärvt från Exception */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;

/* Ärvt från Exception */
public Exception::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)
final public Exception::getMessage(): string
final public Exception::getPrevious(): ?Throwable
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
private Exception::__clone(): void
}

Sidslut

Orginalhemsidan på Engelska : https://www.php.net/manual/en/class.closedgeneratorexception.php
PHP
Språkreferens
Fördefinierade Undantag


Det här är en maskinöversättning av PHP-manualen till svenska. Om du hittar fel är vi tacksamma om du rapporterar dem via formuläret som finns på https://www.linux.se/kontaka-linux-se/

Tack till Datorhjälp som har sponsrat Linux.se med webserver.