Storm\Drivers\Platforms\Base\UnsupportedKeyGeneratorTypeException::__construct PHP Метод

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

public __construct ( $PlatformName, $KeyGeneratorType )
    public function __construct($PlatformName, $KeyGeneratorType)
    {
        parent::__construct('%s does not support %s key generators', $PlatformName, $KeyGeneratorType);
    }
UnsupportedKeyGeneratorTypeException