/home/smartonegroup/www/system/vendor/rector/rector/src/Exception/DeprecatedException.php
<?php

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

use Exception;
final class DeprecatedException extends Exception
{
}