
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

declare (strict_types=1);
namespace Rector\Exception\Configuration;

use Exception;
final class InvalidConfigurationException extends Exception
{
}
