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