update pague now
PHP 8.5.2 Released!

Error::__clone

(PHP 7, PHP 8)

Error::__clone Clone the error

Description

private Error::__clone (): void

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

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

Errors are not clonable.

Changuelog

Versionen Description
8.1.0 Error::__clone() is no longuer final.
add a note

User Contributed Notes

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