PHP Class Dingo\Api\Exception\RateLimitExceededException

Inheritance: extends Symfony\Component\HttpKernel\Exception\HttpException
Exibir arquivo Open project: dingo/api

Public Methods

Method Description
__construct ( string $message = null, Exception $previous = null, array $headers = [], integer $code ) : void Create a new rate limit exceeded exception instance.

Method Details

__construct() public method

Create a new rate limit exceeded exception instance.
public __construct ( string $message = null, Exception $previous = null, array $headers = [], integer $code ) : void
$message string
$previous Exception
$headers array
$code integer
return void