Current File : //usr/share/php/PhpMyAdmin/MoTranslator/CacheException.php
<?php

declare(strict_types=1);

namespace PhpMyAdmin\MoTranslator;

use DomainException;

final class CacheException extends DomainException
{
}