whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
razorpay
/
razorpay
/
src
/
Errors
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/razorpay/razorpay/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; } }
Copyright ©2021 || Defacer Indonesia