\InvalidArgumentException is in root namespace.

remotes/origin/ldap_group_count
Andreas Fischer 12 years ago
parent 5dbbe6d08b
commit e67cf99cef
  1. 2
      core/command/db/converttype.php

@ -153,7 +153,7 @@ class ConvertType extends Command {
$password = $input->getOption('password');
if (!isset(self::$type2driver[$type])) {
throw new InvalidArgumentException('Unknown type: '.$type);
throw new \InvalidArgumentException('Unknown type: '.$type);
}
$connectionParams = array(
'driver' => self::$type2driver[$type],

Loading…
Cancel
Save