parent root
PHP: Error::__clone - Manual
PHP 7.2.23 Release Announcement

Error::__clone

(No version information available, might only be in Git)

Error::__cloneClone the error

Description

final private Error::__clone ( void ) : 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.

add a noteadd a note

User Contributed Notes

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