GoLang Exception::__clone

request it (264)
GoLang replacement for PHP's Exception::__clone [edit | history]



Do you know a GoLang replacement for PHP's Exception::__clone? Write it!

PHP Exception::__clone

PHP original manual for Exception::__clone [ show | php.net ]

Exception::__clone

(PHP 5, PHP 7)

Exception::__cloneClone the exception

Description

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