Page MenuHomestyx hydra

CardError.php
No OneTemporary

CardError.php

<?php
class Stripe_CardError extends Stripe_Error
{
public function __construct($message, $param, $code, $httpStatus,
$httpBody, $jsonBody
)
{
parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
$this->param = $param;
$this->code = $code;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Dec 3, 12:56 PM (12 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433413
Default Alt Text
CardError.php (285 B)

Event Timeline