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
/
SessionHandlerException.php
blob
5b11d64c3c936aaadde63d7c423a2b07a4ee1578
1
<
?php
2
3
declare
(
strict_types
=
1
);
4
5
namespace
PhpMyAdmin\Exceptions
;
6
7
use
Exception
;
8
9
class
SessionHandlerException
extends
Exception
10
{
11
}