GoLang Throwable::getLine

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



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

PHP Throwable::getLine

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

Throwable::getLine

(PHP 7)

Throwable::getLineGets the line on which the object was instantiated

Description

abstract public int Throwable::getLine ( void )

Returns the line number where the thrown object was instantiated.

Parameters

This function has no parameters.

Return Values

Returns the line number where the thrown object was instantiated.

See Also