import { Observable } from '../../internal/Observable';
import { _throw } from '../../internal/observable/throw';

Observable.throw = _throw;
