?eaiovnaovbqoebvqoeavibavo home/caring42/public_html/wp-includes/SimplePie/Exception.php000064400000004213147530213460020204 0ustar00type = $type; $this->data = $data; } /** * Like {@see getCode()}, but a string code. * * @codeCoverageIgnore * @return string */ public function getType() { return $this->type; } /** * Gives any relevant data * * @codeCoverageIgnore * @return mixed */ public function getData() { return $this->data; } }