Sha256: 97f9abc766588bf2076e264047481c207e66a19cfea274ed73b83fa25b0ef889
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 Bytes
Contents
# frozen_string_literal: true module Expire # Thrown if a file or directory exists when it should not class PathAlreadyExistsError < StandardError end end
Version data entries
7 entries across 7 versions & 1 rubygems