[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  <?php
   2  
   3  class Stripe_InvalidRequestError extends Stripe_Error
   4  {
   5    public function __construct($message, $param, $httpStatus=null,
   6        $httpBody=null, $jsonBody=null
   7    )
   8    {
   9      parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
  10      $this->param = $param;
  11    }
  12  }


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