Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1625139
InvalidRequestError.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
277 B
Referenced Files
None
Subscribers
None
InvalidRequestError.php
View Options
<?php
class
Stripe_InvalidRequestError
extends
Stripe_Error
{
public
function
__construct
(
$message
,
$param
,
$httpStatus
=
null
,
$httpBody
=
null
,
$jsonBody
=
null
)
{
parent
::
__construct
(
$message
,
$httpStatus
,
$httpBody
,
$jsonBody
);
$this
->
param
=
$param
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 16, 5:55 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
366709
Default Alt Text
InvalidRequestError.php (277 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment