Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
makepayment
/
razorpay-php
/
src
/
Errors
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/makepayment/razorpay-php/src/Errors/Error.php
<?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; } }