# File lib/graster.rb, line 130
  def load_config_file pn
    try_load_config_file pn or raise "config file not found '#{pn}'"
  end