DIR: /proc/self/root/usr/share/php/PhpMyAdmin/MoTranslator/ |
Current File : //proc/self/root/usr/share/php/PhpMyAdmin/MoTranslator/CacheException.php |
<?php declare(strict_types=1); namespace PhpMyAdmin\MoTranslator; use DomainException; final class CacheException extends DomainException { } |