Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896207
CardError.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
285 B
Referenced Files
None
Subscribers
None
CardError.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment