Skip to content

Commit

Permalink
make ControlGroupError extend AdapterError
Browse files Browse the repository at this point in the history
  • Loading branch information
andaley committed Oct 2, 2019
1 parent c810eb0 commit 4b255da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/lib/control-group-error.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import EmberError from '@ember/error';
import DS from 'ember-data';

export default class ControlGroupError extends EmberError {
export default class ControlGroupError extends DS.AdapterError {
constructor(wrapInfo) {
let { accessor, creation_path, creation_time, token, ttl } = wrapInfo;
super();
Expand Down

0 comments on commit 4b255da

Please sign in to comment.