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