Exception: Creds::MissingEnvError
- Inherits:
-
StandardError
- Object
- StandardError
- Creds::MissingEnvError
- Defined in:
- lib/creds.rb
Constant Summary collapse
- MESSAGE =
<<-MSG .strip_heredoc .freeze
Instance Method Summary collapse
-
#initialize(env) ⇒ MissingEnvError
constructor
A new instance of MissingEnvError.
Constructor Details
#initialize(env) ⇒ MissingEnvError
Returns a new instance of MissingEnvError.
48 49 50 |
# File 'lib/creds.rb', line 48 def initialize(env) super(format(MESSAGE, env: env)) end |