xref: /plugin/imgpaste/Exception.php (revision 8f17bdb989e71f21d70c26305e5f92ba19f029d1)
1<?php
2
3namespace dokuwiki\plugin\imgpaste;
4
5class Exception extends \Exception
6{
7
8}
9