<?php

declare (strict_types=1);
namespace RectorPrefix202411\Symplify\EasyParallel\Exception;

use Exception;
final class ParallelShouldNotHappenException extends Exception
{
}
