Page MenuHomePhorge

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
Jan 19 2025, 22:44 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129518
Default Alt Text
CardError.php (285 B)

Event Timeline