示例#1
0
文件: Cli.php 项目: cargomedia/cm
 protected function _printException(Exception $exception)
 {
     $output = new CM_OutputStream_Stream_StandardError();
     $formatter = new CM_ExceptionHandling_Formatter_Plain();
     $output->writeln($formatter->formatException($exception));
 }