Sha256: 44d67e751bb334e60f9027c341ca1825869797c036d55780c7cb7bb2e76a1a9f

Contents?: true

Size: 197 Bytes

Versions: 8

Compression:

Stored size: 197 Bytes

Contents

module WhereTo
  class NoFilesError < RuntimeError
    def initialize(extension, location)
      super("I couldn't find any files with the extension #{extension} in #{location}")
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
where_to-1.1.0 lib/where_to/error/no_files_error.rb
where_to-1.0.7 lib/where_to/error/no_files_error.rb
where_to-1.0.6 lib/where_to/error/no_files_error.rb
where_to-1.0.5 lib/where_to/error/no_files_error.rb
where_to-1.0.4 lib/where_to/error/no_files_error.rb
where_to-1.0.3 lib/where_to/error/no_files_error.rb
where_to-1.0.2 lib/where_to/error/no_files_error.rb
where_to-1.0.1 lib/where_to/error/no_files_error.rb