Ember update (#5386)

Ember update - update ember-cli, ember-data, and ember to 3.4 series
This commit is contained in:
Matthew Irish
2018-09-25 11:28:26 -05:00
committed by GitHub
parent 1aad6e0800
commit 6f89952767
531 changed files with 13156 additions and 11617 deletions

View File

@@ -1,8 +1,8 @@
import Ember from 'ember';
import EmberError from '@ember/error';
export default class ControlGroupError extends Ember.Error {
export default class ControlGroupError extends EmberError {
constructor(wrapInfo) {
let {accessor, creation_path, creation_time, token, ttl} = wrapInfo;
let { accessor, creation_path, creation_time, token, ttl } = wrapInfo;
super();
this.message = 'Control Group encountered';