Exception: Pwl::Store::FileNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pwl/store.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ FileNotFoundError

Returns a new instance of FileNotFoundError.



24
25
26
# File 'lib/pwl/store.rb', line 24

def initialize(file)
  super("The file #{file} for the store was not found")
end