@material-git/all
Version:
Angular 2 Material
16 lines (14 loc) • 680 B
JavaScript
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
import { MdError } from '../core';
export var MdSnackBarContentAlreadyAttached = (function (_super) {
__extends(MdSnackBarContentAlreadyAttached, _super);
function MdSnackBarContentAlreadyAttached() {
_super.call(this, 'Attempting to attach snack bar content after content is already attached');
}
return MdSnackBarContentAlreadyAttached;
}(MdError));
//# sourceMappingURL=snack-bar-errors.js.map