RateLimitError.php 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php class Divido_RateLimitError extends Divido_InvalidRequestError { public function __construct($message, $param, $httpStatus=null, $httpBody=null, $jsonBody=null ) { parent::__construct($message, $httpStatus, $httpBody, $jsonBody); } }