GoLang Throwable::getTraceAsString

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



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

PHP Throwable::getTraceAsString

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

Throwable::getTraceAsString

(PHP 7)

Throwable::getTraceAsStringGets the stack trace as a string

Description

abstract public string Throwable::getTraceAsString ( void )

Parameters

This function has no parameters.

Return Values

Returns the stack trace as a string.

See Also