Page MenuHomestyx hydra

RateLimitError.php
No OneTemporary

RateLimitError.php

<?php
class Stripe_RateLimitError extends Stripe_InvalidRequestError
{
public function __construct($message, $param, $httpStatus=null,
$httpBody=null, $jsonBody=null
)
{
parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 12:15 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
660662
Default Alt Text
RateLimitError.php (259 B)

Event Timeline