Exception: Empire::MissingSecretsError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Empire::MissingSecretsError
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Secrets must be provided when connecting to a service, or a secrets YAML file must be given when constructing this instance") ⇒ MissingSecretsError
constructor
A new instance of MissingSecretsError.
Constructor Details
#initialize(msg = "Secrets must be provided when connecting to a service, or a secrets YAML file must be given when constructing this instance") ⇒ MissingSecretsError
Returns a new instance of MissingSecretsError.
6 7 8 |
# File 'lib/exceptions.rb', line 6 def initialize(msg = "Secrets must be provided when connecting to a service, or a secrets YAML file must be given when constructing this instance") super end |