Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112955795
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
Wed, May 14, 01:41
Size
259 B
Mime Type
text/x-php
Expires
Fri, May 16, 01:41 (2 d)
Engine
blob
Format
Raw Data
Handle
26119885
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