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