Exception: Denv::NoSuchFileError
Instance Method Summary collapse
-
#initialize(filename) ⇒ NoSuchFileError
constructor
A new instance of NoSuchFileError.
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 |