예제 #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));
 }