repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (German)
[phpmyadmin.git]
/
src
/
Exceptions
/
MissingExtensionException.php
blob
a9c231215189a3ee0451461858aa5a79cc2419f3
1
<
?php
2
3
declare
(
strict_types
=
1
);
4
5
namespace
PhpMyAdmin\Exceptions
;
6
7
use
RuntimeException
;
8
9
class
MissingExtensionException
extends
RuntimeException
10
{
11
}