Kraken\Throwable\ThrowableProxy::__toString PHP Method

__toString() public method

Format proxied Throwable as string.
public __toString ( ) : string
return string
    public function __toString()
    {
        return Exception::toString($this->toThrowable());
    }