File manager - Edit - /var/www/payraty/lms_main/vendor/razorpay/razorpay/src/Errors/Error.php
Back
<?php namespace Razorpay\Api\Errors; use Exception; class Error extends Exception { protected $httpStatusCode; public function __construct($message, $code, $httpStatusCode) { $this->code = $code; $this->message = $message; $this->httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings