/home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio
Edit: /home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio/RestException.php (1092B)
status = $status;
$this->info = $info;
parent::__construct($message, $code);
}
/**
* Get the HTTP status code
*/
public function getStatus() {
return $this->status;
}
/**
* Get a link to more information
*/
public function getInfo() {
return $this->info;
}
}