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