# frozen_string_literal: true require 'esse/index' module Esse class Error < StandardError; end end