\Vegas\Mvc\DispatcherExceptionResolver

Class ExceptionResolver

Summary

Methods
Properties
Constants
setDI()
getDI()
resolve()
No public properties found
No constants found
No protected methods found
$di
N/A
No private methods found
No private properties found
N/A

Properties

$di

$di : \Phalcon\DiInterface

Dependency injector

Type

\Phalcon\DiInterface

Methods

setDI()

setDI(\Phalcon\DiInterface $dependencyInjector) : $this

Sets the dependency injector

Parameters

\Phalcon\DiInterface $dependencyInjector

Returns

$this

getDI()

getDI() : \Phalcon\DiInterface

Returns the internal dependency injector

Returns

\Phalcon\DiInterface

resolve()

resolve(\Exception $exception) : object

Resolves application error and renders error

Parameters

\Exception $exception

Throws

\Vegas\Mvc\Dispatcher\Exception\CannotHandleErrorException

Returns

object