Exception: Denv::NoSuchFileError

Inherits:
Error
  • Object
show all
Defined in:
lib/denv.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ NoSuchFileError

Returns a new instance of NoSuchFileError.



8
9
10
# File 'lib/denv.rb', line 8

def initialize(filename)
  super("Can not find envfile: #{filename}")
end