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 (Portuguese)
[phpmyadmin.git]
/
src
/
Exceptions
/
ExportException.php
blob
c40557703c7ed5a2493d076482d231199e099e3a
1
<
?php
2
/**
3
* Export exception
4
*/
5
6
declare
(
strict_types
=
1
);
7
8
namespace
PhpMyAdmin\Exceptions
;
9
10
use
Exception
;
11
12
/**
13
* Export exception
14
*/
15
class
ExportException
extends
Exception
16
{
17
}