This commit is contained in:
jygaulier
2013-01-21 12:34:05 +01:00
parent 46969bd94a
commit 2054c070d8
3 changed files with 3 additions and 51 deletions

View File

@@ -124,7 +124,7 @@ class module_console_taskrun extends Command
if(($ttyloglevel = strtoupper($input->getOption('ttyloglevel'))) != '') {
if (!array_key_exists($ttyloglevel, $lib2v)) {
throw(new RuntimeException(sprintf(
throw(new Alchemy\Phrasea\Exception\RuntimeException(sprintf(
"Bad value '%s' for option loglevel\nuse DEBUG|INFO|WARNING|ERROR|CRITICAL|ALERT", $ttyloglevel))
);
}