class Liam::NoConfigForEnvError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/liam/exceptions/no_config_for_env_error.rb, line 5
def initialize
  super('No configuration was found for the environment in the Liam configuration file.')
end