Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F998477
RateLimitError.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
259 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jun 19, 3:01 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
242499
Default Alt Text
RateLimitError.php (259 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment