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

Exception::__clone

(PHP 5, PHP 7)

Exception::__cloneClone the exception

Description

final private Exception::__clone ( void ) : void

Tries to clone the Exception, which results in Fatal error.

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

Exceptions are not clonable.

add a noteadd a note

User Contributed Notes

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