Kraken\Throwable\ThrowableProxy::getCode PHP Method

getCode() final public method

Return proxied Throwable code.
final public getCode ( ) : integer
return integer
    public final function getCode()
    {
        return $this->toThrowable()->getCode();
    }