Sha256: eebd70fe3ad798c78194571436076ca0f01dac2473f4207cd792b0a0ac27b360

Contents?: true

Size: 155 Bytes

Versions: 2

Compression:

Stored size: 155 Bytes

Contents

module Thumbo
  class FileNotFound < StandardError
    def initialize filename
      super("Thumbo: File `#{filename}' was not found.")
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
godfat-thumbo-0.5.0 lib/thumbo/exceptions/file_not_found.rb
thumbo-0.6.0 lib/thumbo/exceptions/file_not_found.rb