PHP Interface Bolt\Controller\ExceptionControllerInterface

Author: Gawain Lynch ([email protected])
ファイルを表示 Open project: bolt/bolt Interface Usage Examples

Public Methods

Method Description
systemCheck ( string $type, array $messages = [], array $context = [] ) : Response | null System check exceptions.

Method Details

systemCheck() public method

System check exceptions.
public systemCheck ( string $type, array $messages = [], array $context = [] ) : Response | null
$type string
$messages array
$context array
return Symfony\Component\HttpFoundation\Response | null