Exception
PHP Manual

Exception::__clone

(PHP 5 >= 5.1.0)

Exception::__cloneClone the exception

Opis

final private void Exception::__clone ( void )

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Nie jest zwracana żadna wartość.

Błędy/Wyjątki

Exceptions are not clonable.


Exception
PHP Manual