InvalidKeyTypeException
Extends InvalidArgumentException Implements CryptExceptionInterfaceException representing an invalid Joomla\Crypt\Key type for a cipher
since |
1.4.0 |
---|---|
package |
Joomla Framework |
Methods
__construct
InvalidKeyTypeException constructor.
__construct(string expectedKeyType, string actualKeyType) : mixed
since |
1.4.0 |
---|
Arguments
- expectedKeyType
string
The expected key type.- actualKeyType
string
The actual key type.
Response
mixed