Current File : //home/tradevaly/www/phpmy/vendor/phpmyadmin/motranslator/src/CacheException.php
<?php

declare(strict_types=1);

namespace PhpMyAdmin\MoTranslator;

use DomainException;

final class CacheException extends DomainException
{
}