<?php declare(strict_types=1);

namespace Symplify\EasyCodingStandard\Configuration\Exception;

use Exception;

final class NoCheckersLoadedException extends Exception
{
}
