repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Generate file attachment transactions for explicit Remarkup attachments on common...
[phabricator.git]
/
externals
/
stripe-php
/
lib
/
Stripe
/
RateLimitError.php
blob
b60124f2919113c04cb70a9b099c3407ef81b33f
1
<
?php
2
3
class
Stripe_RateLimitError
extends
Stripe_InvalidRequestError
4
{
5
public function
__construct
(
$message
,
$param
,
$httpStatus
=
null
,
6
$httpBody
=
null
,
$jsonBody
=
null
7
)
8
{
9
parent
::
__construct
(
$message
,
$httpStatus
,
$httpBody
,
$jsonBody
);
10
}
11
}