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