在項目中我在events.php中來try catch錯誤 public static function onMessage($client_id, $message) { try { $message = json_decode($message, true); if (!is_array($message)) return Gateway::send...