ok

Mini Shell

Direktori : /home2/selectio/public_html/3-idiots/vendor/razorpay/razorpay/src/Errors/
Upload File :
Current File : /home2/selectio/public_html/3-idiots/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;
    }
}

Zerion Mini Shell 1.0