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

Version Path
expire-0.2.6 lib/expire/path_already_exists_error.rb
expire-0.2.5 lib/expire/path_already_exists_error.rb
expire-0.2.4 lib/expire/path_already_exists_error.rb
expire-0.2.3 lib/expire/path_already_exists_error.rb
expire-0.2.2 lib/expire/path_already_exists_error.rb
expire-0.2.1 lib/expire/path_already_exists_error.rb
expire-0.2.0 lib/expire/path_already_exists_error.rb