xref
: /
plugin
/
imgpaste
/
Exception.php
(revision 8f17bdb989e71f21d70c26305e5f92ba19f029d1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
dokuwiki
\
plugin
\
imgpaste
;
4
5
class
Exception
extends
\
Exception
6
{
7
8
}
9