import { defekt } from 'defekt';

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

export {
  SchemaInvalid
};
