Bolt\Configuration\Validation\Configuration::check PHP Метод

check() публичный Метод

public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController )
$exceptionController Bolt\Controller\ExceptionControllerInterface
    public function check(ExceptionControllerInterface $exceptionController)
    {
        $exceptions = $this->config->getExceptions();
        if ($exceptions === null) {
            return null;
        }
        return $exceptionController->systemCheck(Validator::CHECK_CONFIG, $exceptions);
    }