# frozen_string_literal: true require_relative "schemable/version" module Schemable class Error < StandardError; end # Your code goes here... end