Exception: AppConfig::Error::NotSetup

Inherits:
Exception
  • Object
show all
Defined in:
lib/app_config/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



11
# File 'lib/app_config/error.rb', line 11

def to_s; "Must call 'AppConfig.setup!' to setup storage!"; end