<?php

declare(strict_types=1);

namespace Symplify\PackageBuilder\Exception\Yaml;

use Exception;

final class InvalidParametersValueException extends Exception
{
}
