Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110186199
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
Fri, Apr 25, 02:13
Size
259 B
Mime Type
text/x-php
Expires
Sun, Apr 27, 02:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25792298
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