Your IP : 216.73.216.95


Current Path : /var/www/alh/system/storage/vendor/divido/divido-php/lib/Divido/
Upload File :
Current File : /var/www/alh/system/storage/vendor/divido/divido-php/lib/Divido/RateLimitError.php

<?php

class Divido_RateLimitError extends Divido_InvalidRequestError
{
  public function __construct($message, $param, $httpStatus=null,
      $httpBody=null, $jsonBody=null
  )
  {
    parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
  }
}