Kraken\Util\Factory\SimpleFactoryPlugin::throwException PHP Method

throwException() private method

private throwException ( Erro\Error | Exceptio\Exception $ex )
$ex Erro\Error | Exceptio\Exception
    private function throwException($ex)
    {
        throw new ExecutionException("SimpleFactoryPlugin [" . get_class($this) . "] raised an error.", $ex);
    }