class Krane::EjsonSecretError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/krane/ejson_secret_provisioner.rb, line 9
def initialize(msg)
  super("Generation of Kubernetes secrets from ejson failed: #{msg}")
end