Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111957232
RateLimitError.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 6, 08:10
Size
259 B
Mime Type
text/x-php
Expires
Thu, May 8, 08:10 (2 d)
Engine
blob
Format
Raw Data
Handle
25972622
Attached To
rPH Phabricator
RateLimitError.php
View Options
<?php
class
Stripe_RateLimitError
extends
Stripe_InvalidRequestError
{
public
function
__construct
(
$message
,
$param
,
$httpStatus
=
null
,
$httpBody
=
null
,
$jsonBody
=
null
)
{
parent
::
__construct
(
$message
,
$httpStatus
,
$httpBody
,
$jsonBody
);
}
}
Event Timeline
Log In to Comment