GoLang Throwable::getCode

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



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

PHP Throwable::getCode

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

Throwable::getCode

(PHP 7)

Throwable::getCodeGets the exception code

Description

abstract public int Throwable::getCode ( void )

Returns the error code associated with the thrown object.

Parameters

This function has no parameters.

Return Values

Returns the exception code as integer in Exception but possibly as other type in Exception descendants (for example as string in PDOException).

See Also