Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Dingo
Api
Exception
RateLimitExceededException
PHP Class Dingo\Api\Exception\RateLimitExceededException
Inheritance:
extends
Symfony\Component\HttpKernel\Exception\HttpException
Mostrar archivo
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