1: <?php 2: namespace Mapbender\WmtsBundle\Component\Exception; 3: 4: class ParsingException extends \Exception { 5: 6: } 7: