data = $data; parent::__construct($msg, $code); } /** * @return array */ public function getData(): array { return $this->data; } }