Skip to content

Commit

Permalink
Document that drush_sql_get_class() throws an Exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Mar 26, 2014
1 parent 6b148d0 commit 161b7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/sql/sql.drush.inc
Expand Up @@ -608,6 +608,8 @@ function _drush_sql_get_post_sync_messages() {
* @param array $db_spec
* If known, specify a $db_spec that the class can operate with.
*
* @throws \Drush\Sql\SqlException
*
* @return Drush\Sql\SqlBase
*/
function drush_sql_get_class($db_spec = NULL) {
Expand Down

0 comments on commit 161b7b7

Please sign in to comment.