import AbstractError from '../../../error/abstract-error';
export default class InjectNonEjected extends AbstractError {
}
