Exception: TryApi::ConfigFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/try_api/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/try_api/exceptions.rb', line 3

def message
  "Configuration file config/try_api.yml not found. Run 'rails generate try_api:install' to generate it."
end