NoPreviousThrowableException
public function previous() : self { if ($this->previous === null) { throw new NoPreviousThrowableException(); } return $this->previous; }