Dutch PHP Conference 2025 - Call For Papers

Exception::__clone

(PHP 5, PHP 7, PHP 8)

Exception::__cloneClone the exception

Опис

private Exception::__clone(): void

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

Параметри

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

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

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

Помилки/виключення

Exceptions are not clonable.

Журнал змін

Версія Опис
8.1.0 Exception::__clone() is no longer final.
add a note

User Contributed Notes

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