Exception: TryApi::ConfigFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- TryApi::ConfigFileNotFound
- Defined in:
- lib/try_api/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
3 4 5 |
# File 'lib/try_api/exceptions.rb', line 3 def "Configuration file config/try_api.yml not found. Run 'rails generate try_api:install' to generate it." end |