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