InvalidKeyTypeException

继承自 InvalidArgumentException 实现 CryptExceptionInterface

表示密码的无效 Joomla\Crypt\Key 类型的异常

1.4.0

Joomla 框架

方法

__construct

InvalidKeyTypeException 构造函数。

__construct( expectedKeyType,  actualKeyType) : 

1.4.0

参数

expectedKeyType

string预期密钥类型。

actualKeyType

string实际密钥类型。

返回值

混合