Exception::__clone

(PHP 5 >= 5.1.0)

Exception::__cloneClone the exception

Опис

final private void Exception::__clone ( void )

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

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

Помилки/Винятки

Exceptions are not clonable.

add a note add a note

User Contributed Notes

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