ConfigExceptionHandler
FinalYes
Table of Contents
Methods
- __construct() : mixed
- ConfigExceptionHandler constructor.
- getCustomData() : array<string|int, mixed>
- getErrorCollection() : ErrorCollection
- handle() : ConfigExceptionHandler
Methods
__construct()
ConfigExceptionHandler constructor.
public
__construct(ConfigException $exception) : mixed
Parameters
- $exception : ConfigException
getCustomData()
public
getCustomData() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrorCollection()
public
getErrorCollection() : ErrorCollection
Return values
ErrorCollectionhandle()
public
static handle(ConfigException $exception) : ConfigExceptionHandler
Parameters
- $exception : ConfigException