GoLang Throwable::__toString

request it (333)
GoLang replacement for PHP's Throwable::__toString [edit | history]



Do you know a GoLang replacement for PHP's Throwable::__toString? Write it!

PHP Throwable::__toString

PHP original manual for Throwable::__toString [ show | php.net ]

Throwable::__toString

(PHP 7)

Throwable::__toStringGets a string representation of the thrown object

Description

abstract public string Throwable::__toString ( void )

Parameters

This function has no parameters.

Return Values

Returns the string representation of the thrown object.

See Also