Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Webmozart
KeyValueStore
Api
InvalidKeyException
PHP 클래스 Webmozart\KeyValueStore\Api\InvalidKeyException
부터:
1.0
저자:
Bernhard Schussek (
[email protected]
)
상속:
extends
RuntimeExceptio\RuntimeException
파일 보기
프로젝트 열기: webmozart/key-value-store
1 사용 예제들
공개 메소드들
메소드
설명
forKey
(
mixed
$key
,
Exception
$cause
= null ) :
static
Creates an exception for an invalid key.
메소드 상세
forKey()
공개
정적인
메소드
Creates an exception for an invalid key.
public
static
forKey
(
mixed
$key
,
Exception
$cause
= null ) :
static
$key
mixed
The invalid key.
$cause
Exception
The exception that caused this exception.
리턴
static
The created exception.