Exception::__clone

Clone the exception

Description

private void Exception::__clone()

Exceptions cannot be cloned, and attempting to do so will throw an Error.

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

Exceptions are not clonable.

Changelog

Version Description
8.1.0 Exception::__clone is no longer final.