# frozen_string_literal: true require_relative "stashify/version" module Stashify class InvalidFile < StandardError; end end