token = $token; parent::__construct($msg); } /** * @return array */ public function getToken() { return $this->token; } }