throw.ts 101 Bytes
Newer Older
1 2 3
import {  ErrorObservable  } from './ErrorObservable';

export const _throw = ErrorObservable.create;