# frozen_string_literal: true module Skippy class Error < StandardError end end