Page MenuHomePhorge

CardError.php
No OneTemporary

Size
296 B
Referenced Files
None
Subscribers
None

CardError.php

<?php
class Stripe_CardError extends Stripe_Error
{
public function __construct($message, $param, $code, $http_status=null, $http_body=null, $json_body=null)
{
parent::__construct($message, $http_status, $http_body, $json_body);
$this->param = $param;
$this->code = $code;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 9, 1:32 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
333042
Default Alt Text
CardError.php (296 B)

Event Timeline