Exception: DrushDeploy::Database::ConfigNotFound
- Defined in:
- lib/drush_deploy/database.rb
Instance Method Summary collapse
-
#initialize(site_name, db_name) ⇒ ConfigNotFound
constructor
A new instance of ConfigNotFound.
Constructor Details
#initialize(site_name, db_name) ⇒ ConfigNotFound
Returns a new instance of ConfigNotFound.
11 12 13 |
# File 'lib/drush_deploy/database.rb', line 11 def initialize(site_name,db_name) super "Couldn't locate database configuration #{site_name}/#{db_name}. Please check your database configuration." end |