Exception: Empire::MissingSecretsError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

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