Exception::__clone

(PHP 5, PHP 7, PHP 8)

Exception::__cloneKlont die Exception

Beschreibung

final private Exception::__clone ( ) : void

Versucht, die Exception zu klonen. Dies erzeugt einen Fatal Error.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Fehler/Exceptions

Exceptions sind nicht klonbar.

add a note add a note

User Contributed Notes

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