コード例 #1
0
ファイル: Console.php プロジェクト: artfocus/migrations
 public function printError(Exception $e)
 {
     $this->output('ERROR: ' . $e->getMessage(), self::COLOR_ERROR);
     throw $e;
 }
コード例 #2
0
 public function printError(Exception $e)
 {
     $this->output('ERROR: ' . htmlspecialchars($e->getMessage()), 'error');
     throw $e;
 }