xref
: /
plugin
/
imgpaste
/
Exception.php
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