type = $type; parent::__construct('Two factor authentication is enabled on this account', $code, $previous); } /** * @return string */ public function getType(): string { return $this->type; } }