PHPDaemon\Exceptions\ClearStack::getThread PHP Method

getThread() public method

Gets associated Thread object
public getThread ( ) : object
return object Thread
    public function getThread()
    {
        return $this->thread;
    }