GoLang Throwable::getMessage

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



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

PHP Throwable::getMessage

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

Throwable::getMessage

(PHP 7)

Throwable::getMessageGets the message

Description

abstract public string Throwable::getMessage ( void )

Returns the message associated with the thrown object.

Parameters

This function has no parameters.

Return Values

Returns the message associated with the thrown object.

See Also