1
0
Fork 0

thrown exception when using an unsupported format

pull/2075/head
Benoît Merlet 2013-07-15 15:24:47 +02:00
parent 7591c064f5
commit 4a3c419e74
1 changed files with 1 additions and 2 deletions

View File

@ -92,8 +92,7 @@ EOT
break;
default:
$output->writeln(sprintf('Unsupported format "%s". See help for supported formats.', $format));
break;
throw new \RuntimeException(sprintf('Unsupported format "%s". See help for supported formats.', $format));
}
}
}