import { defekt } from 'defekt';

class InvalidOperation extends defekt({ code: 'InvalidOperation' }) {}

export {
  InvalidOperation
};
