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