/
home
/
obinna
/
html
/
stage
/
phpmyadmin
/
src
/
Exceptions
/
Upload File
HOME
<?php declare(strict_types=1); namespace PhpMyAdmin\Exceptions; use RuntimeException; class MissingExtensionException extends RuntimeException { }