Вход Регистрация
Файл: Main Website Files/assets/libraries/stripe-php-2.2.0/lib/Error/Card.php
Строк: 10
<?php

namespace StripeError;

class 
Card extends Base
{
    public function 
__construct(
        
$message,
        
$param,
        
$code,
        
$httpStatus,
        
$httpBody,
        
$jsonBody
    
) {
        
parent::__construct($message$httpStatus$httpBody$jsonBody);
        
$this->param $param;
        
$this->code $code;
    }
}
Онлайн: 1
Реклама