InvalidKeyTypeException

Extends InvalidArgumentException Implements CryptExceptionInterface

Exception 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

stringThe expected key type.

actualKeyType

stringThe actual key type.

Response

mixed