Exception: Razor::CLI::InvalidCAFileError

Inherits:
Error
  • Object
show all
Defined in:
lib/razor/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InvalidCAFileError

Returns a new instance of InvalidCAFileError.



30
31
32
# File 'lib/razor/cli.rb', line 30

def initialize(path)
  super "CA file '#{path}' in ENV variable RAZOR_CA_FILE does not exist"
end