Kraken\Container\ServiceProvider::registerProvider PHP Method

registerProvider() public method

public registerProvider ( ContainerInterface $container )
$container ContainerInterface
    public function registerProvider(ContainerInterface $container)
    {
        try {
            $this->register($container);
            $this->registered = true;
            return;
        } catch (Error $ex) {
        } catch (Exception $ex) {
        }
        $this->throwException($ex);
    }