UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 240 B
import { BaseException } from 'angular2/src/facade/exceptions'; export class InvalidPipeArgumentException extends BaseException { constructor(type, value) { super(`Invalid argument '${value}' for pipe '${type}'`); } }