Exception::__clone

(PHP 5, PHP 7, PHP 8)

Exception::__cloneClone the exception

Descrizione

private Exception::__clone(): void

Exceptions cannot be cloned, and attempting to do so will throw an Error.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Errori/Eccezioni

Exceptions are not clonable.

Log delle modifiche

Versione Descrizione
8.1.0 Exception::__clone() is no longer final.
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top