Class: Dotenv::Sync::MissingKeyFile

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/dotenv/sync/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ MissingKeyFile

Returns a new instance of MissingKeyFile.



12
13
14
# File 'lib/dotenv/sync/errors.rb', line 12

def initialize(filename)
  super("Missing keyfile: #{filename} - either generate or download the file")
end