Exception::__clone

(PHP 5 >= 5.1.0)

Exception::__cloneClone the exception

Beskrivelse

final private void Exception::__clone ( void )

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

Parametre

This function has no parameters.

Returnerings Værdier

No value is returned.

Fejl/Undtagelser

Exceptions are not clonable.

add a note add a note

User Contributed Notes

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