Kraken\Throwable\ThrowableProxy::getMessage PHP Method

getMessage() final public method

Return proxied Throwable message.
final public getMessage ( ) : string
return string
    public final function getMessage()
    {
        return $this->message;
    }