Thrown Operator Overview Create an Observable that emits no items and terminates with an error. Example observable := rxgo.Thrown(errors.New("foo")) Output: foo