class Empire::MissingSecretsError

Public Class Methods

new(msg = "Secrets must be provided when connecting to a service, or a secrets YAML file must be given when constructing this instance") click to toggle source
Calls superclass method
# 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