Generate file attachment transactions for explicit Remarkup attachments on common...
[phabricator.git] / externals / stripe-php / lib / Stripe / RateLimitError.php
blobb60124f2919113c04cb70a9b099c3407ef81b33f
1 <?php
3 class Stripe_RateLimitError extends Stripe_InvalidRequestError
5 public function __construct($message, $param, $httpStatus=null,
6 $httpBody=null, $jsonBody=null
9 parent::__construct($message, $httpStatus, $httpBody, $jsonBody);