Current Path : /var/www/alh/upload/system/storage/vendor/divido/divido-php/lib/Divido/ |
Current File : /var/www/alh/upload/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); } }