# frozen_string_literal: true module Yori module Errors class InvalidSchemaError < StandardError; end end end