Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: dingo/api
공개 메소드들
메소드
설명
__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