Kraken\Container\ServiceProvider::bootProvider PHP Method

bootProvider() public method

public bootProvider ( ContainerInterface $container )
$container ContainerInterface
    public function bootProvider(ContainerInterface $container)
    {
        try {
            $this->boot($container);
            $this->booted = true;
            return;
        } catch (Error $ex) {
        } catch (Exception $ex) {
        }
        $this->throwException($ex);
    }