(PHP 5, PHP 7, PHP 8)
Exception::__clone — Clone the exception
Exceptions do not support cloning; this method exists only to prevent it.
У цієї функції немає параметрів.
Не повертає значень.
Exceptions are not clonable.
| Версія | Опис |
|---|---|
| 8.1.0 | Exception::__clone() is no longer declared final, because declaring a private method final emits a warning as of PHP 8.0.0. Exceptions remain uncloneable. |