Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104684093
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, Mar 11, 12:37
Size
259 B
Mime Type
text/x-php
Expires
Thu, Mar 13, 12:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24844967
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