Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Dingo
Api
Exception
RateLimitExceededException
PHP Класс Dingo\Api\Exception\RateLimitExceededException
Наследование:
extends
Symfony\Component\HttpKernel\Exception\HttpException
Показать файл
Открыть проект
Открытые методы
Метод
Описание
__construct
(
string
$message
= null,
Exception
$previous
= null,
array
$headers
= [],
integer
$code
) :
void
Create a new rate limit exceeded exception instance.
Описание методов
__construct()
публичный
Метод
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
Результат
void