UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines 299 B
import { BaseException } from 'angular2/src/facade/exceptions'; export class InvalidPipeArgumentException extends BaseException { constructor(type, value) { super(`Invalid argument '${value}' for pipe '${type}'`); } } //# sourceMappingURL=invalid_pipe_argument_exception.js.map