Exception::__clone

(PHP 5, PHP 7, PHP 8)

Exception::__cloneClone the exception

Descrierea

final private Exception::__clone ( ) : void

Tries to clone the Exception, which results in Fatal error.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Nu este întoarsă nici o valoare.

Erori/Excepții

Exceptions are not clonable.

add a note add a note

User Contributed Notes

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