/home/techb158/ileadtechnology.com/vendor/razorpay/razorpay/libs/Requests-2.0.0/src
Edit: /home/techb158/ileadtechnology.com/vendor/razorpay/razorpay/libs/Requests-2.0.0/src/Exception.php (1114B)
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;
}
}