<?php

namespace PhpBrew;

use Exception;

class InvalidVariantSyntaxException extends Exception
{
}