# frozen_string_literal: true module Lexicorn class Error < StandardError; end end