class Razor::CLI::InvalidCAFileError

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/razor/cli.rb, line 30
def initialize(path)
  super _("CA file '%{path}' in ENV variable RAZOR_CA_FILE does not exist") % {path: path}
end