InvalidKeyTypeException
继承自 InvalidArgumentException 实现 CryptExceptionInterface表示密码的无效 Joomla\Crypt\Key 类型的异常
| 自 |
1.4.0 |
|---|---|
| 包 |
Joomla 框架 |
方法
__construct
InvalidKeyTypeException 构造函数。
__construct( expectedKeyType, actualKeyType) :
| 自 |
1.4.0 |
|---|
参数
- expectedKeyType
string预期密钥类型。- actualKeyType
string实际密钥类型。
返回值
混合