Class ExceptionHandler

Summary

Fully Qualified Name: Zend\Cache\Storage\Plugin\ExceptionHandler
Extends: AbstractPlugin

Description

Methods

Name Description Defined By
attach() {@inheritDoc} ExceptionHandler
detach() {@inheritDoc} AbstractListenerAggregate
getOptions() Get all pattern options AbstractPlugin
onException() On exception ExceptionHandler
setOptions() Set pattern options AbstractPlugin

Method Details

attach()

{@inheritDoc}

Parameter Name Type Description
$events
$priority

Returns:

detach()

{@inheritDoc}

Parameter Name Type Description
$events

Returns:

getOptions()

Get all pattern options

Returns: \PluginOptions

onException()

On exception

Parameter Name Type Description
$event \ExceptionEvent

Returns: void

setOptions()

Set pattern options

Parameter Name Type Description
$options \PluginOptions

Returns: \AbstractPlugin Provides a fluent interface

Top