Class EncryptionException

Summary

Fully Qualified Name: CodeIgniter\Encryption\Exceptions\EncryptionException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Encryption exception

Methods

Name Description Defined By
forAuthenticationFailed() EncryptionException
forEncryptionFailed() EncryptionException
forNeedsStarterKey() EncryptionException
forNoDriverRequested() EncryptionException
forNoHandlerAvailable() EncryptionException
forUnKnownHandler() EncryptionException

Method Details

forAuthenticationFailed()

Returns: void

forEncryptionFailed()

Returns: void

forNeedsStarterKey()

Returns: void

forNoDriverRequested()

Returns: void

forNoHandlerAvailable()

Returns: void

forUnKnownHandler()

Parameter Name Type Description
$driver

Returns: void

Top