Exception: DrushDeploy::Database::ConfigNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/drush_deploy/database.rb

Instance Method Summary collapse

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