[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/stripe-php/lib/Stripe/ -> RateLimitError.php (source)

   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  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1