Class: Dotenv::Sync::MissingKeyFile
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Dotenv::Sync::MissingKeyFile
- Defined in:
- lib/dotenv/sync/errors.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ MissingKeyFile
constructor
A new instance of MissingKeyFile.
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 |