<?php

declare (strict_types=1);
namespace RectorPrefix202411\OndraM\CiDetector\Exception;

class CiNotDetectedException extends \RuntimeException
{
}
