php / 8.1.5 / error.clone.html /

Error::__clone

(PHP 7, PHP 8)

Error::__cloneClone the error

Description

private Error::__clone(): void

Error can not be cloned, so this method results in fatal error.

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

Errors are not clonable.

Changelog

Version Description
8.1.0 Error::__clone() is no longer final.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/error.clone.php