Page MenuHomePhorge

CardError.php
No OneTemporary

Size
285 B
Referenced Files
None
Subscribers
None

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, Jul 16, 5:55 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
366699
Default Alt Text
CardError.php (285 B)

Event Timeline