home/antiaginglove/public_html/wp-includes/Text/Exception.php 0000644 00000000361 15222265325 0020456 0 ustar 00
* @author Jim Jagielski (jimjag)
\n";
}
}
home/antiaginglove/public_html/wp-includes/Requests/src/Exception.php 0000644 00000002132 15222317571 0022133 0 ustar 00 type = $type;
$this->data = $data;
}
/**
* Like {@see \Exception::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;
}
}
home/antiaginglove/public_html/wp-includes/SimplePie/src/Exception.php 0000644 00000000543 15222317710 0022206 0 ustar 00