Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Flarum
Api
Handler
IlluminateValidationExceptionHandler
PHP Class Flarum\Api\Handler\IlluminateValidationExceptionHandler
Inheritance:
implements
Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface
Exibir arquivo
Open project: flarum/core
Public Methods
Method
Description
handle
(
Exception
$e
)
manages
(
Exception
$e
)
Protected Methods
Method
Description
formatErrors
(
array
$errors
) :
array
Method Details
formatErrors()
protected
method
protected
formatErrors
(
array
$errors
) :
array
$errors
array
return
array
handle()
public
method
public
handle
(
Exception
$e
)
$e
Exception
manages()
public
method
public
manages
(
Exception
$e
)
$e
Exception